diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 20:05:55 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 20:05:55 +0100 |
commit | 3d702cc5a6ccd35b607118341da77a883bd63949 (patch) | |
tree | cbe5f61091a2259fd107610c7e5d579059829880 | |
parent | Removed functions for chroot as it does not really work (diff) | |
download | arch-installer-3d702cc5a6ccd35b607118341da77a883bd63949.tar.gz arch-installer-3d702cc5a6ccd35b607118341da77a883bd63949.tar.bz2 arch-installer-3d702cc5a6ccd35b607118341da77a883bd63949.tar.xz arch-installer-3d702cc5a6ccd35b607118341da77a883bd63949.tar.zst arch-installer-3d702cc5a6ccd35b607118341da77a883bd63949.zip |
README update
-rw-r--r-- | README.org | 8 | ||||
-rwxr-xr-x | arch-installer.sh | 2 | ||||
-rw-r--r-- | img/screen1.png | bin | 0 -> 20973 bytes | |||
-rw-r--r-- | img/screen2.png | bin | 17773 -> 18909 bytes | |||
-rw-r--r-- | img/screen3.png | bin | 0 -> 20872 bytes | |||
-rw-r--r-- | img/screen4.png | bin | 0 -> 17773 bytes |
6 files changed, 9 insertions, 1 deletions
@@ -66,6 +66,14 @@ In UEFI boot mode, a *DOS* partition table is being used is this way: | /dev/sdx3 | / | ext4 | user defined | | /dev/sdx4 | /home | ext4 | what remains | +** Some screenshots +Here are a handful of images of the installer in action: +[[./img/screen1.png]] +[[./img/screen2.png]] +[[./img/screen3.png]] +[[./img/screen4.png]] +[[./img/screen5.png]] + ** Disclaimers While there is some basic error managements, *do not* try to break the script by inputting deliberately harmful stuff when prompted. As an *Arch Linux* installation can be complex and sensitive, it will most certainly work. This is meant to ease your life, it is not a skill test. diff --git a/arch-installer.sh b/arch-installer.sh index 2394965..38f452e 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -262,7 +262,7 @@ jo_get_usr_config() { done if dialog --title "$1"\ --yesno "Should $usr be sudo?"\ - 6 45; then + 5 45; then isusrsudo=true fi usrshell=$(dialog --title "$1"\ diff --git a/img/screen1.png b/img/screen1.png Binary files differnew file mode 100644 index 0000000..6b65fe5 --- /dev/null +++ b/img/screen1.png diff --git a/img/screen2.png b/img/screen2.png Binary files differindex 6392b87..5b63b6f 100644 --- a/img/screen2.png +++ b/img/screen2.png diff --git a/img/screen3.png b/img/screen3.png Binary files differnew file mode 100644 index 0000000..ebdbc51 --- /dev/null +++ b/img/screen3.png diff --git a/img/screen4.png b/img/screen4.png Binary files differnew file mode 100644 index 0000000..6392b87 --- /dev/null +++ b/img/screen4.png |