diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-03 02:38:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-03 02:38:22 +0000 |
commit | b304545f357ff9afcf45617ebd801f3d5a4c3055 (patch) | |
tree | 8d4dd5ffe80ca76d8f0b11a0a21bf582beb4b12d /chapter08/grub.xml | |
parent | ae18b8779a37f8a3eaf0ac6cc41ee46b1a9777bd (diff) |
Remove unneeded ampersands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 35ab56aa2..4fb89ab3f 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -34,8 +34,8 @@ url="&blfs-book;multimedia/libisoburn.html"> libisoburn</ulink> package.</para> -<screen role="nodump"><userinput>cd /tmp && -grub-mkrescue --output=grub-img.iso && +<screen role="nodump"><userinput>cd /tmp +grub-mkrescue --output=grub-img.iso xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen> </sect2> |