aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/grub.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-24 14:48:14 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-24 14:48:14 +0000
commitad83f72ad8ff3782a03c2bbd97cd746f908c9166 (patch)
tree95a73c8ca67a7e87a228078736659284ea1a3044 /chapter08/grub.xml
parent0102f5359213fee5ec5f1acd70885328043dca19 (diff)
Remove extraneous && in chained commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r--chapter08/grub.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 8374c5719..913ed5f0c 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -134,7 +134,7 @@ EOF</userinput></screen>
be symlinked to <filename class="symlink">/etc/grub/menu.lst</filename>. To
satisfy this requirement, issue the following command:</para>
-<screen><userinput>mkdir -v /etc/grub &amp;&amp;
+<screen><userinput>mkdir -v /etc/grub
ln -sv /boot/grub/menu.lst /etc/grub</userinput></screen>
</sect1>