From 55cf7c57424d5a11eddb9741d27b0615d7773e40 Mon Sep 17 00:00:00 2001 From: bdubbs Date: Thu, 12 Apr 2018 06:10:09 +0000 Subject: [PATCH] Minor spacing changes git-svn-id: svn://svn.linuxfromscratch.org/hints/trunk@1151 103bf434-28df-0310-ab84-f3a62b6b63b3 --- lfs-uefi-20180409.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lfs-uefi-20180409.txt b/lfs-uefi-20180409.txt index 7b7caf8..493cd37 100644 --- a/lfs-uefi-20180409.txt +++ b/lfs-uefi-20180409.txt @@ -89,19 +89,19 @@ UEFI firmware, a user's knowledge and philosophy of the boot process requires expansion: 1. GPT partitioning is different from MBR partitioning. The tool fdisk - is not able to manipulate GPT partitions. Parted and gdisk (from - gptfdisk) are the tools to use. Each has their pros and cons, - supporters and detractors. Either one or both can be used. + is not able to manipulate GPT partitions. Parted and gdisk (from + gptfdisk) are the tools to use. Each has their pros and cons, + supporters and detractors. Either one or both can be used. 2. UEFI firmware uses Boot Managers to select Boot Loaders like GRUB or - LILO. They, themselves do not boot the machine. + LILO. They, themselves do not boot the machine. 3. The Boot Loaders are placed on the EFI partition rather than the - MBR. This concept is similar and parallel to the LFS procedures of - using a separate `/boot` partition. + MBR. This concept is similar and parallel to the LFS procedures of + using a separate `/boot` partition. 4. There are additional tools that LFS needs in order to accomplish - this mode of booting. + this mode of booting. 5. LFS can be built and booted as the instructions are written up to - and including LFS-8.2. To do this on UEFI firmware, the BIOS - Settings must be changed to Legacy Options from UEFI Options. + and including LFS-8.2. To do this on UEFI firmware, the BIOS + Settings must be changed to Legacy Options from UEFI Options. One of the hugely discussed issues surrounding UEFI is Secure Boot. It is necessary to understand that the terms "UEFI" and "Secure Boot" are NOT @@ -113,7 +113,7 @@ Settings. Please note that the recommended order for implementing these recipes is a departure from the build order in LFS. The most convenient, and arguably the most practical way, to implement the recipes here is to use them in the -of build of an LFS System at the end of Ch. 6. Building the BLFS and +build of an LFS System at the end of Ch. 6. Building the BLFS and non-BLFS packages has been tested both inside and outside of the chroot environment. Then, following the book, proceed through Ch. 7, returning to the recipes in Ch. 8. The recipes are presented in that order. @@ -324,7 +324,7 @@ MODIFICATION OF /etc/fstab When constructing `/etc/fstab` in LFS chapter 8, add a line to mount EFI partition: - /dev/ /boot/efi vfat defaults 0 1 + /dev/ /boot/efi vfat defaults 0 1 Systemd would mount `efivarfs` automatically. If using sysvinit, add another line to mount `efivarfs`: @@ -538,7 +538,7 @@ REFERENCES: the main page and has many, many good articles. URL: http://www.rodsbooks.com/efi-bootloaders/index.html -2. "Unified Extensible Firmware Interface - ArchWiki" +2. "Unified Extensible Firmware Interface - ArchWiki" URL: https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface 3. "GRUB - ArchWiki" -- 2.11.4.GIT