aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 141e3bff6..f09338818 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -51,8 +51,8 @@ unset them when building GRUB.</para>
<para>Install the package:</para>
<screen><userinput>make install
-mkdir /boot/grub
-cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
+mkdir -v /boot/grub
+cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
<para>Replace <filename class="directory">i386-pc</filename> with whatever
directory is appropriate for the hardware in use.</para>