X-Git-Url: https://code.delx.au/refind/blobdiff_plain/42c8c8f5e0edcc6591f9588f1b237e7e7c6137df..8cd838bfacced99d1045a36d1618ebd9cc86ab7b:/mkrlconf.sh diff --git a/mkrlconf.sh b/mkrlconf.sh index f7c1f59..ae9eff6 100755 --- a/mkrlconf.sh +++ b/mkrlconf.sh @@ -40,9 +40,10 @@ if [[ ! -f $RLConfFile || $1 == "--force" ]] ; then fi fi 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 with minimal options\" \"ro root=$RootFS\"" >> $RLConfFile + 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!" echo "To force overwriting, pass the --force option."