diff options
Diffstat (limited to 'chapter10/kernel.xml')
-rw-r--r-- | chapter10/kernel.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index d3bd90695..1a2861856 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -149,21 +149,10 @@ File systems ---> (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para> <note> - <para>If your host hardware is using UEFI, then the 'make defconfig' - above should automatically add in some EFI-related kernel options.</para> - - <para>In order to allow your LFS kernel to be booted from within your - host's UEFI boot environment, your kernel must have this option - selected:</para> - -<screen role="nodump">Processor type and features ---> - [*] EFI stub support [CONFIG_EFI_STUB]</screen> - - <para>A fuller description of managing UEFI environments from within LFS - is covered by the lfs-uefi.txt hint at - <ulink - url="&hints-root;lfs-uefi.txt"/>. - </para> + <para>If your host hardware is using UEFI and you wish to boot the + LFS system with it, you should adjust some kernel configuration + following <ulink url="&blfs-book;postlfs/grub-setup.html#uefi-kernel"> + the BLFS page</ulink>.</para> </note> <variablelist> |