diff options
Diffstat (limited to 'docs/grub-2-guide.xml')
-rw-r--r-- | docs/grub-2-guide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/grub-2-guide.xml b/docs/grub-2-guide.xml index 935f111..e8c5b72 100644 --- a/docs/grub-2-guide.xml +++ b/docs/grub-2-guide.xml @@ -168,7 +168,7 @@ Installation of GRUB 2 is similar to installation of GRUB Legacy. </p> <pre caption="Installing GRUB 2 on /dev/sda"> -grub2-install --no-floppy <keyword>/dev/sda</keyword> +# <i>grub2-install --no-floppy <keyword>/dev/sda</keyword></i> </pre> <impo> @@ -324,7 +324,7 @@ GRUB Legacy files. </impo> <pre caption="Generating the GRUB 2 config"> -grub2-mkconfig -o /boot/grub2/grub.cfg +# <i>grub2-mkconfig -o /boot/grub2/grub.cfg</i> </pre> <p> |