]> code.delx.au - refind/blobdiff - mkrlconf.sh
Cleanup for 0.7.6 release.
[refind] / mkrlconf.sh
index ae9eff6b1f100c9dbdb1364f23ac7c06a1345891..e7ffc6bd18bd61bbf2e3973a9ca8f37d38c83bc0 100755 (executable)
@@ -42,7 +42,6 @@ if [[ ! -f $RLConfFile || $1 == "--force" ]] ; then
    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
 else
    echo "Existing $RLConfFile found! Not overwriting!"