git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12033 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2020-08-20 16:56:35 +00:00
parent 17eb152e1a
commit 2efd28ae2e
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ rm -f /usr/lib/libz.a</userinput></screen>
<para>The compiler built in <xref linkend="chapter-temporary-tools"/> and <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
<xref linkend="chapter-chroot-temporary-tools"/> is still partially <xref linkend="chapter-chroot-temporary-tools"/> is still partially
installed, and not needed anymore. Remove it with:</para> installed and not needed anymore. Remove it with:</para>
<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>

View File

@ -40,7 +40,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></
<note> <note>
<para> <para>
To boot LFS on host systems that have UEFI enabled, the kernel needs to 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 previous section. However, LFS can be booted using GRUB2 without such
an addition. To do this, the UEFI Mode and Secure Boot capabilities in 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 the host system's BIOS need to be turned off. For details, see <ulink