diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-29 23:42:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-29 23:42:46 +0100 |
commit | a0a5acee3038de49ce9c3cb81c103cff21afb27c (patch) | |
tree | cff7c75e6bf2255b6c5686f5f79a04c78d53b39f | |
parent | Fixed extra packages installation (diff) | |
download | arch-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.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 | 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: |