diff options
-rw-r--r-- | README.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |