From 3d702cc5a6ccd35b607118341da77a883bd63949 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 28 Nov 2019 20:05:55 +0100 Subject: README update --- README.org | 8 ++++++++ arch-installer.sh | 2 +- img/screen1.png | Bin 0 -> 20973 bytes img/screen2.png | Bin 17773 -> 18909 bytes img/screen3.png | Bin 0 -> 20872 bytes img/screen4.png | Bin 0 -> 17773 bytes 6 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 img/screen1.png create mode 100644 img/screen3.png create mode 100644 img/screen4.png diff --git a/README.org b/README.org index 80babae..e954a7f 100644 --- a/README.org +++ b/README.org @@ -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 new file mode 100644 index 0000000..6b65fe5 Binary files /dev/null and b/img/screen1.png differ diff --git a/img/screen2.png b/img/screen2.png index 6392b87..5b63b6f 100644 Binary files a/img/screen2.png and b/img/screen2.png differ diff --git a/img/screen3.png b/img/screen3.png new file mode 100644 index 0000000..ebdbc51 Binary files /dev/null and b/img/screen3.png differ diff --git a/img/screen4.png b/img/screen4.png new file mode 100644 index 0000000..6392b87 Binary files /dev/null and b/img/screen4.png differ -- cgit v1.2.3