mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update README.md
Updated readme to reflect new partition scheme.
This commit is contained in:
parent
e3ad27d40a
commit
e515b26c07
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue