diff options
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 51 |
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> |