Skip to content

Commit a3098d5

Browse files
committed
Merge remote-tracking branch 'origin/pr/60'
* origin/pr/60: Fix kernel install script clobbering kernel params ending in default= Fixes QubesOS/qubes-issues#5716
2 parents 75c4156 + 1a28a1c commit a3098d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-config/kernel-xen-efi.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ case "$COMMAND" in
7373
}' $EFI_DIR/xen.cfg >> $EFI_DIR/xen.cfg
7474

7575
# then change the default
76-
sed -e "s/default=.*/default=$KVER/" -i $EFI_DIR/xen.cfg
76+
sed -e "s/^default=.*/default=$KVER/" -i $EFI_DIR/xen.cfg
7777
fi
7878

7979
cp "/boot/vmlinuz-$KVER" "$EFI_DIR/"

0 commit comments

Comments
 (0)