aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.org b/README.org
index 1cfcb6b..6a73e90 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 | 128 Mo |
-| /dev/sdx2 | - | swap | user defined (min 1 Go) |
-| /dev/sdx3 | / | ext4 | user defined (min 1 Go) |
-| /dev/sdx4 | /home | ext4 | what remains |
+| partition | mountpoint | filesystem | size |
+|-----------+------------+------------+--------------|
+| /dev/sdx1 | /boot/efi | FAT 32 | 128 MB |
+| /dev/sdx2 | - | swap | user defined |
+| /dev/sdx3 | / | ext4 | user defined |
+| /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 | 128 Mo |
-| /dev/sdx2 | - | swap | user defined (min 1 Go) |
-| /dev/sdx3 | / | ext4 | user defined (min 1 Go) |
-| /dev/sdx4 | /home | ext4 | what remains |
+| partition | mountpoint | filesystem | size |
+|-----------+------------+------------+--------------|
+| /dev/sdx1 | /boot | ext2 | 128 MB |
+| /dev/sdx2 | - | swap | user defined |
+| /dev/sdx3 | / | ext4 | user defined |
+| /dev/sdx4 | /home | ext4 | what remains |
** Some screenshots
Here are a handful of images of the installer in action: