summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Laitl <matej@laitl.cz>2011-10-12 00:03:37 +0200
committerMatěj Laitl <matej@laitl.cz>2011-10-12 00:03:37 +0200
commit20c017d62f87166fa100a27813de4d76c508c2c5 (patch)
treea0cf6f6c830fe963cb335d409024e2c5be248f9b
parentGRUB 2 Guide: minor corrections, mention emerge command not to confuse user w... (diff)
downloadscarabeus-20c017d62f87166fa100a27813de4d76c508c2c5.tar.gz
scarabeus-20c017d62f87166fa100a27813de4d76c508c2c5.tar.bz2
scarabeus-20c017d62f87166fa100a27813de4d76c508c2c5.zip
GRUB 2 Guide: nicer command listing colours
-rw-r--r--docs/grub-2-guide.xml4
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>