Split main dialogs to their own lib file, add checklist function, split package choices to menu style

This commit is contained in:
natemaia
2018-11-11 22:25:06 -08:00
parent fdd77684a0
commit 3c76cf943a
11 changed files with 781 additions and 657 deletions

View File

@ -70,14 +70,16 @@ _MirrorCmd="\nThe command below will be used to sort the mirrorlist, a short des
# window managers and packages
_WMChoice="Select WMs or DEs"
_WMChoiceBody="\nUse [Space] to (de)select window manager(s) or desktop environment(s) to install.\n\nDepending on your choice additional packages may be installed to improve the experience."
_ExtraPackages="Extra Packages"
_ExtraPackagesBody="\nUse [Space] to (de)select packages(s) to install from the list below.\n\nNOTE: Some packages may already be installed by your DE (if any) or added automatically depending on your choice of WM."
_Packages="Install Packages"
_PackageMenu="\nSelect a package category to choose packages from that category.\n\nWhen finished select '$_Done' to finalize choices and continue.\n\nAdditional packages can be added by simply re-visiting the menu, however removing choices will require starting from the beginning of the configure menu."
_PackageBody="\nUse [Space] to (de)select packages(s) to install from the list below.\n\nNOTE: Some packages may already be installed by your DE (if any) or added automatically depending on your choice of WM. Additionally, extra packages may be installed to improve the experience for another choice eg. when installing qutebrowser qt5ct (the Qt5 theme tool) will also be installed."
# login setup
_WMLogin="Select Login Type"
_LoginTypeBody="\nSelect how you want to log in to the computer, using a display manager or xinit."
_WMLoginBody="\nSelect which window manager or desktop to use as your primary login."
_AutoLoginBody="\nDo you want the new user to be automatically logged in when the computer starts?"
_WMLogin="Select Login Managment"
_LoginTypeBody="\nSelect how you want to log in, using a display manager or xinit."
_WMLoginBody="\nSelect which window manager or desktop to use as your primary login.\n\nThis can be changed by editing your ~/.xinitrc"
_AutoLoginBody="\nDo you want to enable auto-login and have 'startx' run when the computer starts?"
# Set keymap, hwclock, local and timezone
_CMapTitle="Virtual Console Keymap"