diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-02 00:14:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-02 00:14:09 +0000 |
commit | dc5577b16bc8d5148c3622aefaf30d1907745d10 (patch) | |
tree | c59e3a9f0c66b6fe65018533fc71b1d19065cf51 /chapter06 | |
parent | e7e744cc6da32976b71832c4bf9efed489a5a058 (diff) |
Move /etc/bash_completions.d/grub to a better location.
Update to dejagnu-1.6.2.
Update to linux-4.19.6.
Update to perl-5.28.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 3c7f15386..8ea250c8f 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -77,7 +77,8 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +mv -v /etc/bash_completions.d/grub /usr/share/bash-completion/completions</userinput></screen> <para>Using GRUB to make your LFS system bootable will be discussed in <xref linkend="ch-bootable-grub"/>.</para> |