aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 18:03:25 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 18:03:25 +0100
commit699d9164395db9755f2fedc578660aa8e1d33fb7 (patch)
treeb123ab0af35b53e4408de529af0245b1bc64c2a9 /README.org
parentNow better (diff)
downloadarch-installer-699d9164395db9755f2fedc578660aa8e1d33fb7.tar.gz
arch-installer-699d9164395db9755f2fedc578660aa8e1d33fb7.tar.bz2
arch-installer-699d9164395db9755f2fedc578660aa8e1d33fb7.tar.xz
arch-installer-699d9164395db9755f2fedc578660aa8e1d33fb7.tar.zst
arch-installer-699d9164395db9755f2fedc578660aa8e1d33fb7.zip
Table test
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org
index 587d343..01a5692 100644
--- a/README.org
+++ b/README.org
@@ -43,6 +43,18 @@ chmod +x arch-installer.sh
./arch-installer.sh
#+END_SRC
+** Partition scheme used
+Here's the partition scheme by the installer
+
+*** UEFI mode
+In UEFI boot mode, a GPT partition table is being used is this way:
+| partition | mountpoint | filesystem | size |
+|-----------+------------+------------+--------------|
+| /dev/sdx1 | /boot/efi | FAT 32 | 128M |
+| /dev/sdx2 | - | swap | user defined |
+| /dev/sdx3 | / | ext4 | user defined |
+| /dev/sdx4 | /home | ext4 | what remains |
+
** 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.