diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-03-18 03:36:00 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-03-18 03:36:00 +0000 |
commit | adbc3e5300ed5410386ce8f97f395fd0bc8406fa (patch) | |
tree | f3d7ff58e18ba9e7e8bbc6163c8185fd4a87a139 /chapter08/grub.xml | |
parent | c8da464f835f2e0b4fc0382dbebe2c03617fc230 (diff) |
use &hints-root; instead of hardcoding long URL
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index bb1125b05..d6897d5e5 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -45,9 +45,9 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ 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 - url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt"> + url="&hints-root;lfs-uefi.txt"> the lfs-uefi.txt hint</ulink> at - http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt. + &hints-root;lfs-uefi.txt. </para> </note> |