Fix: grub os-prober module, xinit login

This commit is contained in:
natemaia
2018-12-14 18:57:10 -08:00
parent 9f452ac222
commit 9f49dfcec8
4 changed files with 33 additions and 12 deletions

View File

@ -10,7 +10,7 @@
# immutable globals
readonly VER="1.7.30" # Installer version
readonly VER="1.7.33" # Installer version
readonly DIST="ArchLabs" # Linux distributor
readonly MNT="/mnt" # Install mountpoint
readonly ERR="/tmp/errlog" # Built-in error log
@ -32,7 +32,7 @@ main()
tput civis
SELECTED=$(dialog --cr-wrap --stdout --backtitle "$BT" \
--title " $_PrepTitle " --default-item $SELECTED \
--menu "$_PrepBody" 0 0 0 \
--cancel-label "Exit" --menu "$_PrepBody" 0 0 0 \
"1" "$_PrepShowDev" "2" "$_PrepParts" \
"3" "$_PrepLUKS" "4" "$_PrepLVM" \
"5" "$_PrepMount" "6" "$_PrepConfig" \