]> code.delx.au - refind/blobdiff - mkrlconf.sh
New "textmode" option to set the text-mode video mode. Also bug fixes.
[refind] / mkrlconf.sh
index ed1759b3de6bbdb20f06c8f879a5e6ba70e2133c..c12ee8a5a32e1080b4074c52bc26aa394be1dbe1 100755 (executable)
@@ -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."