diff options
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 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 |