diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-12-01 23:30:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-12-01 23:30:45 +0000 |
commit | 5e374717f53b2415156e331b40752753b9a9f2f1 (patch) | |
tree | 221905ddcc6a38fa9a356d0cd9571a8c7b8b0ac3 | |
parent | 312e7ddeb4da7ca55e4f02b8207a31e75688d627 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 1284360e1..b4e5c5961 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -33,7 +33,7 @@ <screen role="nodump"><userinput>cd /tmp grub-mkrescue --image-type=floppy floppy.img -dd if=floppy.img of =/def/fd0 bs=1440 count=1</userinput></screen> +dd if=floppy.img of=/def/fd0 bs=1440 count=1</userinput></screen> <para>GRUB uses its own naming structure for drives and partitions in the form of <emphasis>(hdn,m)</emphasis>, where <emphasis>n</emphasis> |