From e515b26c07e03675d907167aec80f231d24f8132 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 17 Jul 2024 11:40:18 +0200 Subject: [PATCH] Update README.md Updated readme to reflect new partition scheme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdc8eb5..8d8e1644 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ bash easy-arch.sh ## Partitions layout The **partitions layout** is simple and it consists solely of two partitions: -1. A **FAT32** partition (512MiB), mounted at `/boot/` as ESP. +1. A **FAT32** partition (1GiB), mounted at `/boot/` as ESP. 2. A **LUKS2 encrypted container**, which takes the rest of the disk space, mounted at `/` as root. | Partition Number | Label | Size | Mountpoint | Filesystem | |------------------|-----------|-------------------|----------------|-------------------------| -| 1 | ESP | 512 MiB | /boot/ | FAT32 | +| 1 | ESP | 1 GiB | /boot/ | FAT32 | | 2 | Cryptroot | Rest of the disk | / | BTRFS Encrypted (LUKS2) | ## BTRFS subvolumes layout