diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index d9e7325f1..862abd41b 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -129,8 +129,8 @@ information regarding GRUB is located on its website at: <filename class="symlink">/etc/grub/menu.lst</filename>. To satisfy this requirement, issue the following command:</para> -<screen><userinput>mkdir /etc/grub && -ln -s /boot/grub/menu.lst /etc/grub</userinput></screen> +<screen><userinput>mkdir -v /etc/grub && +ln -sv /boot/grub/menu.lst /etc/grub</userinput></screen> </sect1> |