From c737c803714112388fa108296abb0e411490e15b Mon Sep 17 00:00:00 2001 From: 骐 谢 Date: Aug 10 2024 16:17:53 +0000 Subject: Update docs/modules/ROOT/pages/installation/index.adoc --- diff --git a/docs/modules/ROOT/pages/installation/index.adoc b/docs/modules/ROOT/pages/installation/index.adoc index a311c2d..362567d 100644 --- a/docs/modules/ROOT/pages/installation/index.adoc +++ b/docs/modules/ROOT/pages/installation/index.adoc @@ -50,9 +50,9 @@ The Fedora Server Edition working group has also discussed this topic and agreed A new Fedora installation creates a (modern) GPT partition table by default. On a _BIOSboot_ machine, Anaconda creates at first a small (1 MiB) ```BIOS boot``` system partition on the first drive. It stores the second stage bootloader which is required by GNU/Grub. Subsequently, it creates -a ``/boot``` partition of 1 GiB. It contains all the files necessary for booting Linux, especially the kernel. The remaining area is completely filled with a third partition containing one large volume group (LVM VG) named `fedora` by default. You end up with 3 primary partitions on the hard disk that use all the available space. +a ```/boot``` partition of 1 GiB. It contains all the files necessary for booting Linux, especially the kernel. The remaining area is completely filled with a third partition containing one large volume group (LVM VG) named `fedora` by default. You end up with 3 primary partitions on the hard disk that use all the available space. -Fedora can still use the (legacy) MBR partition scheme, provided that the disc is not larger than 2 TB. It then omits the ```BIOSboot`` partition and uses only the other two partitions. +Fedora can still use the (legacy) MBR partition scheme, provided that the disc is not larger than 2 TB. It then omits the ```BIOSboot``` partition and uses only the other two partitions. In the case of a _UEFI_ boot system, Anaconda creates first the required 'EFI System' partition and then adds the aforementioned ```/boot``` partition and one large LVM partition and Volume Group (VG) as described above. You will end up with 3 partitions on the hard disk that completely occupy the available space.