From 64d6600c324b7c7f68e57755b360b3e3a173e945 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 11:11:02 +0100 Subject: [PATCH] Partition table. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ec8a9a..966b151 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +| Partition Number | Label | Size | Mountpoint | Filesystem | +|------------------|-----------|------------------|------------|-----------------| +| 1 | ESP | 512 MB | /boot | FAT32 | +| 2 | Cryptroot | Rest of the disk | / | BTRFS Encrypted | + How does it work? ```sh <(curl -sL u.nu/ws5e2)```