grub: Explain moving bash completion file

This commit is contained in:
Xi Ruoyao 2024-09-17 03:22:11 +08:00
parent 92bb02a329
commit c080648959
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -105,7 +105,8 @@
the tests depend on packages that are not available in the limited the tests depend on packages that are not available in the limited
LFS environment. To run the tests anyway, run <command>make check</command>.</para> LFS environment. To run the tests anyway, run <command>make check</command>.</para>
<para>Install the package:</para> <para>Install the package, and move the Bash completion support file to
the location recommended by the Bash completion maintainers:</para>
<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>