aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/grub.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml51
1 files changed, 38 insertions, 13 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 1195d3292..1c15a15cb 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -70,32 +70,57 @@ and/or <filename>reiserfs_stage1_5</filename> files.</para>
</sect2>
-<sect2 id="contents-grub"><title>Contents of Grub</title>
+<sect2 id="contents-grub" role="content"><title>Contents of Grub</title>
-<para><emphasis>Installed programs</emphasis>: grub, grub-install,
-grub-md5-crypt, grub-terminfo and mbchk</para>
-
-</sect2>
+<segmentedlist>
+<segtitle>Installed programs</segtitle>
+<seglistitem><seg>grub, grub-install,
+grub-md5-crypt, grub-terminfo and mbchk</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short descriptions</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="grub"><command>grub</command></term>
+<listitem>
<indexterm zone="ch-system-grub grub"><primary sortas="b-grub">grub</primary></indexterm>
-<para id="grub"><command>grub</command> is the GRand Unified Bootloader's command
-shell.</para>
+<para>is the GRand Unified Bootloader's command shell.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="grub-install"><command>grub-install</command></term>
+<listitem>
<indexterm zone="ch-system-grub grub-install"><primary sortas="b-grub-install">grub-install</primary></indexterm>
-<para id="grub-install"><command>grub-install</command> installs GRUB on the given device.</para>
+<para>installs GRUB on the given device.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="grub-md5-crypt"><command>grub-md5-crypt</command></term>
+<listitem>
<indexterm zone="ch-system-grub grub-md5-crypt"><primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary></indexterm>
-<para id="grub-md5-crypt"><command>grub-md5-crypt</command> encrypts a password in MD5
-format.</para>
+<para>encrypts a password in MD5 format.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="grub-terminfo"><command>grub-terminfo</command></term>
+<listitem>
<indexterm zone="ch-system-grub grub-terminfo"><primary sortas="b-grub-terminfo">grub-terminfo</primary></indexterm>
-<para id="grub-terminfo"><command>grub-terminfo</command> generates a terminfo command from a
+<para>generates a terminfo command from a
terminfo name. It can be used if you have an uncommon terminal.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="mbchk"><command>mbchk</command></term>
+<listitem>
<indexterm zone="ch-system-grub mbchk"><primary sortas="b-mbchk">mbchk</primary></indexterm>
-<para id="mbchk"><command>mbchk</command> checks the format of a multi-boot kernel.</para>
+<para>checks the format of a multi-boot kernel.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>