aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 20:05:55 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 20:05:55 +0100
commit3d702cc5a6ccd35b607118341da77a883bd63949 (patch)
treecbe5f61091a2259fd107610c7e5d579059829880
parentRemoved functions for chroot as it does not really work (diff)
downloadarch-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.org8
-rwxr-xr-xarch-installer.sh2
-rw-r--r--img/screen1.pngbin0 -> 20973 bytes
-rw-r--r--img/screen2.pngbin17773 -> 18909 bytes
-rw-r--r--img/screen3.pngbin0 -> 20872 bytes
-rw-r--r--img/screen4.pngbin0 -> 17773 bytes
6 files changed, 9 insertions, 1 deletions
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
--- /dev/null
+++ b/img/screen1.png
Binary files differ
diff --git a/img/screen2.png b/img/screen2.png
index 6392b87..5b63b6f 100644
--- a/img/screen2.png
+++ b/img/screen2.png
Binary files differ
diff --git a/img/screen3.png b/img/screen3.png
new file mode 100644
index 0000000..ebdbc51
--- /dev/null
+++ b/img/screen3.png
Binary files differ
diff --git a/img/screen4.png b/img/screen4.png
new file mode 100644
index 0000000..6392b87
--- /dev/null
+++ b/img/screen4.png
Binary files differ