diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-12-01 23:31:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-12-01 23:31:34 +0000 |
commit | 3d4219ad3f16fcc4718342090b797bf20811f508 (patch) | |
tree | 1d5b18db3952edb8f52d01c69551b39f49d56754 /chapter08/grub.xml | |
parent | 5e374717f53b2415156e331b40752753b9a9f2f1 (diff) |
Another typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9124 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-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 b4e5c5961..91c0113f0 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=/dev/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> |