From 1e0f2aebd142e6d54afc30f89741bec58563c5c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Vian Date: Dec 14 2023 21:21:42 +0000 Subject: Update user-docs/modules/ROOT/pages/disk-config.adoc Fedora, since ~2021, has used vfat for the ESP. This doc only shows FAT32 and should be updated to reflect the current formatting as done by the automatic partitioning during installation. --- diff --git a/user-docs/modules/ROOT/pages/disk-config.adoc b/user-docs/modules/ROOT/pages/disk-config.adoc index 9c68a06..5c12e83 100644 --- a/user-docs/modules/ROOT/pages/disk-config.adoc +++ b/user-docs/modules/ROOT/pages/disk-config.adoc @@ -23,7 +23,7 @@ By default, a Workstation installation has the following disk layout: |=== |Role|Filesystem|Mount Point -| EFI System Partition | FAT 32 | `/boot/efi` +| EFI System Partition | FAT32 or VFAT | `/boot/efi` | Boot Partition | ext4 | `/boot` | Root Subvolume | Btrfs | `/` | Home Subvolume | Btrfs | `/home`