diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
commit | 3119ddc558b2cd4c57c2cb5c4d1e5d1c36f53901 (patch) | |
tree | d7b1d80b259a54553240f48a5c813c6b2bdeb138 /chapter06/grub.xml | |
parent | bf10add2f2e1b9f738398b303cae53cbc87f1d56 (diff) |
Update list of installed files in a number of packages. Fixes #2979.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 69 |
1 files changed, 51 insertions, 18 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 16bf69797..bf09ac522 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -74,10 +74,11 @@ <segtitle>Installed directories</segtitle> <seglistitem> - <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig, - grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs, - grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe, - grub-reboot, grub-script-check, grub-set-default, grub-setup</seg> + <seg>grub-bin2h, grub-editenv, grub-fstest, grub-install, grub-kbdcomp, + grub-menulst2cfg, grub-mkconfig, grub-mkdevicemap, grub-mkimage, + grub-mklayout, grub-mknetdir, grub-mkpasswd-pbkdf2, grub-mkrelpath, + grub-mkrescue, grub-probe, grub-reboot, grub-script-check, + grub-set-default, grub-setup</seg> <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg> </seglistitem> </segmentedlist> @@ -107,6 +108,16 @@ </listitem> </varlistentry> + <varlistentry id="grub-fstest"> + <term><command>grub-fstest</command></term> + <listitem> + <para>Tool to debug the filesystem driver</para> + <indexterm zone="ch-system-grub grub-fstest"> + <primary sortas="b-grub-fstest">grub-fstest</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="grub-install"> <term><command>grub-install</command></term> <listitem> @@ -117,6 +128,28 @@ </listitem> </varlistentry> + <varlistentry id="grub-kbdcomp"> + <term><command>grub-kbdcomp</command></term> + <listitem> + <para>Script that converts an xkb layout into one recognized by + GRUB</para> + <indexterm zone="ch-system-grub grub-kbdcomp"> + <primary sortas="b-grub-kbdcomp">grub-kbdcomp</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="grub-menulst2cfg"> + <term><command>grub-menulst2cfg</command></term> + <listitem> + <para>Converts a GRUB Legacy <filename>menu.lst</filename> + into a <filename>grub.cfg</filename> for use with GRUB 2</para> + <indexterm zone="ch-system-grub grub-menulst2cfg"> + <primary sortas="b-grub-menulst2cfg">grub-menulst2cfg</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="grub-mkconfig"> <term><command>grub-mkconfig</command></term> <listitem> @@ -137,32 +170,32 @@ </listitem> </varlistentry> - <varlistentry id="grub-mkelfimage"> - <term><command>grub-mkelfimage</command></term> + <varlistentry id="grub-mkimage"> + <term><command>grub-mkimage</command></term> <listitem> <para>Make a bootable image of GRUB</para> - <indexterm zone="ch-system-grub grub-mkelfimage"> - <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary> + <indexterm zone="ch-system-grub grub-mkimage"> + <primary sortas="b-grub-mkimage">grub-mkimage</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkimage"> - <term><command>grub-mkimage</command></term> + <varlistentry id="grub-mklayout"> + <term><command>grub-mklayout</command></term> <listitem> - <para>Make a bootable image of GRUB</para> - <indexterm zone="ch-system-grub grub-mkimage"> - <primary sortas="b-grub-mkimage">grub-mkimage</primary> + <para>Generates a GRUB keyboard layout file</para> + <indexterm zone="ch-system-grub grub-mklayout"> + <primary sortas="b-grub-mklayout">grub-mklayout</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkisofs"> - <term><command>grub-mkisofs</command></term> + <varlistentry id="grub-mknetdir"> + <term><command>grub-mknetdir</command></term> <listitem> - <para>Creates a bootable ISO image</para> - <indexterm zone="ch-system-grub grub-mkisofs"> - <primary sortas="b-grub-mkisofs">grub-mkisofs</primary> + <para>Prepares a GRUB netboot directory</para> + <indexterm zone="ch-system-grub grub-mknetdir"> + <primary sortas="b-grub-mknetdir">grub-mknetdir</primary> </indexterm> </listitem> </varlistentry> |