Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system-config/kernel-xen-efi.install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case "$COMMAND" in
dracut -f "$EFI_DIR/initramfs-${KVER}.img" "$KVER"
fi

if ! fgrep -q "[${KVER}]" $EFI_DIR/xen.cfg; then
if ! grep -F -q "[${KVER}]" $EFI_DIR/xen.cfg; then
# take the default section and use it as a template for the new entry
awk -F = --assign "kver=${KVER}" '
/^\[/ {
Expand Down