diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-12 16:52:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-12 16:52:28 +0000 |
commit | 6ea017a241f7a71c9298cb9199804b577691a016 (patch) | |
tree | e5d416229946704aa26fe0efd1f51c87e6c1b994 /chapter08 | |
parent | 7f35c7ff7a703964a7d83705633d8d41ea804839 (diff) |
Minor changes to GRUB-1.9.1 instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-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 bfe9bc510..142c78460 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -52,7 +52,7 @@ dd if=floppy.img of =/def/fd0 bs=1440 count=1</userinput></screen> <para>You can determine what GRUB thinks your disk devices are by running:</para> -<screen role="nodump"><userinput>grub-mkdevicemap --verbose --device-map=device.map +<screen role="nodump"><userinput>grub-mkdevicemap --device-map=device.map cat device.map</userinput></screen> <para>The location of the boot partition is a choice of the user that |