]> code.delx.au - refind/blobdiff - install.sh
Cleanup for 0.7.6 release.
[refind] / install.sh
index a31dbb33b9c9325203981f1ae2c346917c9414ed..99102e474a09a5447e446b8cc00078abaad502e3 100755 (executable)
@@ -782,7 +782,6 @@ GenerateRefindLinuxConf() {
       DefaultOptions="$GRUB_CMDLINE_LINUX $GRUB_CMDLINE_LINUX_DEFAULT"
       echo "\"Boot with standard options\"        \"ro root=$RootFS $DefaultOptions \"" > $RLConfFile
       echo "\"Boot to single-user mode\"          \"ro root=$RootFS $DefaultOptions single\"" >> $RLConfFile
-      echo "\"Boot without EFI storage paranoia\" \"ro root=$RootFS $DefaultOptions efi_no_storage_paranoia\"" >> $RLConfFile
       echo "\"Boot with minimal options\"         \"ro root=$RootFS\"" >> $RLConfFile
    fi
 }