We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c4156 + 1a28a1c commit a3098d5Copy full SHA for a3098d5
system-config/kernel-xen-efi.install
@@ -73,7 +73,7 @@ case "$COMMAND" in
73
}' $EFI_DIR/xen.cfg >> $EFI_DIR/xen.cfg
74
75
# then change the default
76
- sed -e "s/default=.*/default=$KVER/" -i $EFI_DIR/xen.cfg
+ sed -e "s/^default=.*/default=$KVER/" -i $EFI_DIR/xen.cfg
77
fi
78
79
cp "/boot/vmlinuz-$KVER" "$EFI_DIR/"
0 commit comments