diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-20 16:56:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-20 16:56:35 +0000 |
commit | 2efd28ae2e1645741a83cd1c0b4c0a827ee99579 (patch) | |
tree | fc88e8fb8a95558243d1d13482c4d630cf781c20 /chapter10 | |
parent | 17eb152e1a3cfd8573e7d37ad7181f6151f7e0be (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12033 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index fbc1eef9f..356cb4105 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -40,7 +40,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ <note> <para> To boot LFS on host systems that have UEFI enabled, the kernel needs to - have been built with the CONFIG_EFI_STUB capabality described in the + have been built with the CONFIG_EFI_STUB capability described in the previous section. However, LFS can be booted using GRUB2 without such an addition. To do this, the UEFI Mode and Secure Boot capabilities in the host system's BIOS need to be turned off. For details, see <ulink |