aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-29 23:42:46 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-29 23:42:46 +0100
commita0a5acee3038de49ce9c3cb81c103cff21afb27c (patch)
treecff7c75e6bf2255b6c5686f5f79a04c78d53b39f
parentFixed extra packages installation (diff)
downloadarch-installer-a0a5acee3038de49ce9c3cb81c103cff21afb27c.tar.gz
arch-installer-a0a5acee3038de49ce9c3cb81c103cff21afb27c.tar.bz2
arch-installer-a0a5acee3038de49ce9c3cb81c103cff21afb27c.tar.xz
arch-installer-a0a5acee3038de49ce9c3cb81c103cff21afb27c.tar.zst
arch-installer-a0a5acee3038de49ce9c3cb81c103cff21afb27c.zip
README update
-rw-r--r--README.org24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.org b/README.org
index b7b69b1..1cfcb6b 100644
--- a/README.org
+++ b/README.org
@@ -49,22 +49,22 @@ Here are the partition schemes made 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 |
+| partition | mountpoint | filesystem | size |
+|-----------+------------+------------+-------------------------|
+| /dev/sdx1 | /boot/efi | FAT 32 | 128 Mo |
+| /dev/sdx2 | - | swap | user defined (min 1 Go) |
+| /dev/sdx3 | / | ext4 | user defined (min 1 Go) |
+| /dev/sdx4 | /home | ext4 | what remains |
*** BIOS Legacy mode
In UEFI boot mode, a *DOS* partition table is being used is this way:
-| partition | mountpoint | filesystem | size |
-|-----------+------------+------------+--------------|
-| /dev/sdx1 | /boot | ext2 | 128M |
-| /dev/sdx2 | - | swap | user defined |
-| /dev/sdx3 | / | ext4 | user defined |
-| /dev/sdx4 | /home | ext4 | what remains |
+| partition | mountpoint | filesystem | size |
+|-----------+------------+------------+-------------------------|
+| /dev/sdx1 | /boot | ext2 | 128 Mo |
+| /dev/sdx2 | - | swap | user defined (min 1 Go) |
+| /dev/sdx3 | / | ext4 | user defined (min 1 Go) |
+| /dev/sdx4 | /home | ext4 | what remains |
** Some screenshots
Here are a handful of images of the installer in action: