Dialog text update, version bump for packaging

This commit is contained in:
natemaia 2019-01-20 06:24:35 -08:00
parent e6e52af3cb
commit 3d4559e249
2 changed files with 5 additions and 8 deletions

View File

@ -10,17 +10,16 @@ _ErrTitle="Installation Error"
_TryAgain="Please try again.\n" _TryAgain="Please try again.\n"
_Pass2="\nRe-enter the password for" _Pass2="\nRe-enter the password for"
_NoFileErr="\nFile does not exist.\n" _NoFileErr="\nFile does not exist.\n"
_OnlyOne="\nOnly one partition available"
_WelTitle="Welcome to" _WelTitle="Welcome to the"
_WelBody="\nThis will unpack and help you setup $DIST on your system.\n\n\nMenu Navigation:\n\n - Select items with the arrow keys or the option number.\n - Use [Space] to toggle options and [Enter] to confirm.\n - Switch between buttons using [Tab] or the arrow keys.\n - Use [Page Up] and [Page Down] to jump whole pages\n - Press the highlighted key of an option to select it.\n" _WelBody="\nThis will help you get $DIST setup on your system.\nBeing an Arch based distribution, having prior GNU/Linux experience will be an asset however we try our best to keep things simple.\nIf you are unsure about an option, a default will be listed or the first selected option will be the default (excluding language and timezone).\n\n\nMenu Navigation:\n\n - Select items with the arrow keys or the option number.\n - Use [Space] to toggle options and [Enter] to confirm.\n - Switch between buttons using [Tab] or the arrow keys.\n - Use [Page Up] and [Page Down] to jump whole pages\n - Press the highlighted key of an option to select it.\n"
_NotRoot="\nThis installer must be run as root or using sudo.\n" _NotRoot="\nThis installer must be run as root or using sudo.\n"
_Not64Bit="\nThis installer only supports x86_64 architectures.\n" _Not64Bit="\nThis installer only supports x86_64 architectures.\n"
_NoNetwork="\nThis installer requires an active internet connection.\n" _NoNetwork="\nThis installer requires an active internet connection.\n"
_PrepTitle="Prepare Install" _PrepTitle="Prepare Install"
_PrepBody="\nThis is the menu in which you will prepare your system for the install.\n\nTo begin the install you must first have:\n\n - A root (/) partition mounted (UEFI systems also require a seperate boot partition).\n - A user created and the passwords set.\n - The system settings configured." _PrepBody="\nThis is the menu in which you will prepare your system for the install.\n\nTo begin the install you must first have:\n\n - A root (/) partition mounted (UEFI systems also require a seperate boot partition).\n - A new user created and the passwords set.\n - The system configuration finished.\n\nOnce the above requirements are met and you have gone through any optional setup steps you like the install can be started."
_PrepLayout="Keyboard Layout" _PrepLayout="Keyboard Layout"
_PrepShowDev="Show lsblk output (optional)" _PrepShowDev="Show lsblk output (optional)"
_PrepParts="Edit partitions (optional)" _PrepParts="Edit partitions (optional)"

View File

@ -8,11 +8,9 @@
# Some ideas and code reworked from other resources # Some ideas and code reworked from other resources
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due # AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
VER="2.0" # version VER="2.0.1" # version
DIST="ArchLabs" # distributor DIST="ArchLabs" # distributor
MNT="/mnt" # install mountpoint MNT="/mnt" # mountpoint
# set -n
# bulk default values { # bulk default values {