diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-29 23:44:55 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-29 23:44:55 +0100 |
commit | e9f37cb2d8f810f3224ca6e71772b6f87e510fca (patch) | |
tree | d86ca3c6a740e551bda315a845b438a70cad6d7a /README.org | |
parent | README update (diff) | |
download | arch-installer-e9f37cb2d8f810f3224ca6e71772b6f87e510fca.tar.gz arch-installer-e9f37cb2d8f810f3224ca6e71772b6f87e510fca.tar.bz2 arch-installer-e9f37cb2d8f810f3224ca6e71772b6f87e510fca.tar.xz arch-installer-e9f37cb2d8f810f3224ca6e71772b6f87e510fca.tar.zst arch-installer-e9f37cb2d8f810f3224ca6e71772b6f87e510fca.zip |
README update again
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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: |