grub: Separate the instruction into multiple <sect2>s

jhalfs reorders the instructions in one <sect2> to pre => configure =>
make => install, resulting in nonsense:

    make -j1 install
    mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions
    make -j1 -C grub-core install
    make -j1 -C grub-core install

Separate the three builds into three <sect2>s to prevent this.
This commit is contained in:
Xi Ruoyao 2024-12-23 20:57:42 +08:00
parent 2876634b62
commit 155d4ae3d2
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -98,6 +98,10 @@
<screen><userinput remap="install">make install <screen><userinput remap="install">make install
mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions</userinput></screen> mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions</userinput></screen>
</sect2>
<sect2 role="installation">
<title>Installation of GRUB for 64-bit UEFI</title>
<para>Now build the package again for allow booting the system with <para>Now build the package again for allow booting the system with
the GRUB installation on 64-bit UEFI. You may skip the instructions the GRUB installation on 64-bit UEFI. You may skip the instructions
@ -119,6 +123,10 @@ mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions</userin
<para>Install the 64-bit UEFI support:</para> <para>Install the 64-bit UEFI support:</para>
<screen><userinput remap="install">make -C grub-core install</userinput></screen> <screen><userinput remap="install">make -C grub-core install</userinput></screen>
</sect2>
<sect2 role="installation">
<title>Installation of GRUB for 64-bit UEFI</title>
<para>Now build the package again for allow booting the system with <para>Now build the package again for allow booting the system with
the GRUB installation on 32-bit UEFI. The hardware with 32-bit UEFI the GRUB installation on 32-bit UEFI. The hardware with 32-bit UEFI