X-Git-Url: https://code.delx.au/refind/blobdiff_plain/742d7d95d0713ac22ff636875a4f17c68484bbe1..4bb04fb4ee646fbfa209762ea238e531721b6b5e:/mkrlconf.sh diff --git a/mkrlconf.sh b/mkrlconf.sh index ed1759b..c12ee8a 100755 --- a/mkrlconf.sh +++ b/mkrlconf.sh @@ -42,6 +42,7 @@ 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 with minimal options\" \"ro root=$RootFS\"" >> $RLConfFile else echo "Existing $RLConfFile found! Not overwriting!" echo "To force overwriting, pass the --force option."