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 8374c5719..913ed5f0c 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -134,7 +134,7 @@ EOF</userinput></screen> be symlinked to <filename class="symlink">/etc/grub/menu.lst</filename>. To satisfy this requirement, issue the following command:</para> -<screen><userinput>mkdir -v /etc/grub && +<screen><userinput>mkdir -v /etc/grub ln -sv /boot/grub/menu.lst /etc/grub</userinput></screen> </sect1> |