diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-28 12:09:14 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-28 12:09:14 +0800 |
commit | cefb4c9641d500161118a34b5f5516efb1597dfd (patch) | |
tree | ec65cf271374746f3cd4443680a2d279bd672a26 | |
parent | 5ab114b712633b01656148638cba50bca9429b1d (diff) |
grub cfg: replace hardcoded (and outdated) chapter number
-rw-r--r-- | chapter10/grub.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index f54dbd2f9..f76605f49 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -112,8 +112,9 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ <para>If the system has been booted using UEFI, <command>grub-install</command> will try to install files for the <emphasis>x86_64-efi</emphasis> target, but those files - have not been installed in chapter 6. If this is the case, add - <option>--target i386-pc</option> to the command above.</para> + have not been installed in <xref linkend="chapter-building-system"/>. + If this is the case, add <option>--target i386-pc</option> to the + command above.</para> </note> <!-- This does not seem to be true any more |