aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:52:06 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-09 13:52:06 +0200
commit74f04ddab11de6c7072500524149e32ab6f794e1 (patch)
treeab16bda824619ca4e1403e6522532b544cb37daa
parentb2e1c25688a84b1baeb0a4cc93f007e4f76acdd7 (diff)
document disk layouts
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0c007d..60afe45 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,23 @@ This method works for all installation methods mentioned above.
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | uefi | crypt | cryptuefi>install | sh -s -- [drive [grubtarget]]
```
+
+# Partition Layout
+
+## BIOS
+
+BIOS installations follow this disk layout:
+
+* /boot: ext4, 256 MiB
+* /: btrfs, 100% - 256 MiB, compress=zstd, subvol=/root
+
+If FDE is used both partitions are LUKS2 containers. The boot partition uses
+PBKDF2 as its key derivation function.
+
+## UEFI
+
+UEFI installations follow this disk layout:
+
+* /boot/efi: fat32, 256 MiB
+* /boot: ext4, 256 MiB
+* /: btrfs, 100% - 512 MiB, compress=zstd, subvol=/root