diff --git a/linux/arch/installation.md b/linux/arch/installation.md index 53a3167..819664e 100644 --- a/linux/arch/installation.md +++ b/linux/arch/installation.md @@ -5,6 +5,7 @@ Wir wollen die folgende Aufteilung für unsere Partitionen: | Name | Mountpoint | Größe | Dateisystem | Partitionstyp | +|------------------------------|------------|--------|-------------|------------------------------| | UEFI System Partition & boot | /boot | 1 GB | vfat | `0xEF00` (EFI System) | | Swap | swap | 16 GB | swap | `0x8200` (Linux swap) | | Root | / | Rest | ext4 | `0x8300` (Linux filesystem) |