diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-05 03:52:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-05 03:52:34 +0000 |
commit | 3c4fa7af85c3095e5575bcca9af4d3c01248a0a9 (patch) | |
tree | 55ef49ff7a6ee408740c8961e66764a81e6d0af0 /chapter06 | |
parent | dc5577b16bc8d5148c3622aefaf30d1907745d10 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 8ea250c8f..0977d3865 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -78,7 +78,7 @@ <para>Install the package:</para> <screen><userinput remap="install">make install -mv -v /etc/bash_completions.d/grub /usr/share/bash-completion/completions</userinput></screen> +mv -v /etc/bash_completion.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> |