grub cfg: replace hardcoded (and outdated) chapter number

This commit is contained in:
Xi Ruoyao 2021-07-28 12:09:14 +08:00
parent 5ab114b712
commit cefb4c9641
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -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