aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-30 15:19:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-30 15:19:39 +0000
commitf868dbc67de23948f7b369f5e81f6bd0076f5bb2 (patch)
treedf7a38cedccd734d9ae899c83f095d368661e18d /chapter08
parent3bad08dfe2a4c88df7edb4aa6e7987459c533b2b (diff)
Correct reference to new BLFS package libisoburn
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 8221355fd..812c23edb 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -26,13 +26,13 @@
LILO.</para></warning>
- <para> Ensure that an emergency boot disk is ready to
- <quote>rescue</quote> the computer if the computer becomes
- unusable (un-bootable). If you do not already have a boot device,
- you can create one. In order for the procedure below to work,
- you need to jump ahead to BLFS and install <ulink
- url="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/xorriso.html">
- xorriso</ulink>.</para>
+ <para> Ensure that an emergency boot disk is ready to <quote>rescue</quote>
+ the computer if the computer becomes unusable (un-bootable). If you do not
+ already have a boot device, you can create one. In order for the procedure
+ below to work, you need to jump ahead to BLFS and install
+ <userinput>xorriso</userinput> from the <ulink
+ url="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libisoburn.html">
+ libisoburn</ulink> package.</para>
<screen role="nodump"><userinput>cd /tmp &amp;&amp;
grub-mkrescue --output=grub-img.iso &amp;&amp;