diff --git a/usr/share/rear/output/default/94_grub2_rescue.sh b/usr/share/rear/output/default/94_grub2_rescue.sh index 02bc24ed2d..8aa2f3ebdf 100644 --- a/usr/share/rear/output/default/94_grub2_rescue.sh +++ b/usr/share/rear/output/default/94_grub2_rescue.sh @@ -114,7 +114,7 @@ StopIfError "$grub_boot_uuid is not a valid UUID" echo "#!/bin/bash cat << EOF menuentry \"Relax and Recover\" --class os --users \"\" { - search --no-floppy --fs-uuid --set root $grub_boot_uuid + search --no-floppy --fs-uuid --set=root $grub_boot_uuid linux /rear-kernel $KERNEL_CMDLINE initrd /rear-initrd.cgz password_pbkdf2 $GRUB_SUPERUSER $GRUB_RESCUE_PASSWORD