From 587bf911a434dbde235a53efc15fab456564a2c3 Mon Sep 17 00:00:00 2001 From: ThePademelon Date: Fri, 25 Mar 2022 23:40:18 +1100 Subject: [PATCH] Explain which type of partition to create --- src/installation/live-images/guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/installation/live-images/guide.md b/src/installation/live-images/guide.md index c001acb81..eb976573f 100644 --- a/src/installation/live-images/guide.md +++ b/src/installation/live-images/guide.md @@ -102,6 +102,9 @@ If using BIOS, it is recommended you select MBR for the partition table. Advanced users may use GPT but will need to [create a special BIOS partition](./partitions.md#bios-system-notes) for GRUB to boot. +The root file system will need a partition of type `Linux filesystem` which will +be mounted at `/`. + See the [Partitioning Notes](./partitions.md) for more details about partitioning your disk.