Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated readme to reflect new partition scheme.
  • Loading branch information
classy-giraffe authored Jul 17, 2024
1 parent e3ad27d commit e515b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e515b26

Please sign in to comment.