Add wm and login setup dialogs

This commit is contained in:
natemaia
2018-08-12 21:24:38 -07:00
parent 01c58d6dd4
commit dd36a8bb67
2 changed files with 203 additions and 128 deletions

View File

@ -105,6 +105,17 @@ _MirrorSort="\nSorting the mirrorlist.\n\nThis will take a minute.\n"
_MirrorCountry="\nSelect a country to use when sorting mirrors, the full command can be changed manually after\n\nNote: Your country may not have the fastest mirrors for your location.\n"
_MirrorCmd="\nThe command below will be used to sort the mirrorlist, a short description of each option is provided, edit the command if needed.\n"
# window managers and packages
_WMChoice="Select Window Managers or Desktop Environments"
_WMChoiceBody="\nUse [Space] to select/deselect window manager(s) or desktop environment(s) to install.\n\nDepending on the choice additional packages may be installed to improve the experience."
_WMLogin="Select Login"
_LoginTypeBody="\nUse console login (xinit) or a display manager (lightdm)?"
_WMLoginBody="\nSelect which window manager or desktop to use for login."
_AutoLoginBody="\nDo you want to automatically log in when the computer starts?"
_PackageChoice="Additional Packages"
_PackageChoiceBody="\nUse [Space] to select/deselect additional packages to install."
## END NEW