diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-04 22:00:26 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-04 22:00:26 +0000 |
commit | 94d3eee6e404c0a1e17afd663e7f35523e44c06f (patch) | |
tree | b5594ce6335ba52d7af86a47733a335642486e8a /chapter06 | |
parent | b398f4c4b9581c0b47f539e594ee4c453b6230bf (diff) |
Update grub packages and naming conventions example.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 34bababd6..5be1d7f74 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -81,12 +81,12 @@ <seglistitem> - <seg>grub-bin2h, grub-bios-setup, grub-editenv, grub-fstest, + <seg> grub-bios-setup, grub-editenv, grub-fstest, grub-install, grub-kbdcomp, grub-menulst2cfg, grub-mkconfig, - grub-mkdevicemap, grub-mkimage, grub-mklayout, grub-mknetdir, + grub-mkimage, grub-mklayout, grub-mknetdir, grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-mkstandalone, grub-ofpathname, grub-probe, grub-reboot, grub-script-check, - grub-set-default, grub-setup, grub-sparc64-setup </seg> + grub-set-default, grub-sparc64-setup </seg> <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /boot/grub</seg> </seglistitem> @@ -97,16 +97,6 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="grub-bin2h"> - <term><command>grub-bin2h</command></term> - <listitem> - <para>Converts a binary file to a C header</para> - <indexterm zone="ch-system-grub grub-bin2h"> - <primary sortas="b-grub-bin2h">grub-bin2h</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="grub-bios-setup"> <term><command>grub-bios-setup</command></term> <listitem> @@ -179,16 +169,6 @@ </listitem> </varlistentry> - <varlistentry id="grub-mkdevicemap"> - <term><command>grub-mkdevicemap</command></term> - <listitem> - <para>Generate a device map file automatically</para> - <indexterm zone="ch-system-grub grub-mkdevicemap"> - <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="grub-mkimage"> <term><command>grub-mkimage</command></term> <listitem> @@ -310,16 +290,6 @@ </listitem> </varlistentry> - <varlistentry id="grub-setup"> - <term><command>grub-setup</command></term> - <listitem> - <para>Set up images to boot from a device</para> - <indexterm zone="ch-system-grub grub-setup"> - <primary sortas="b-grub-setup">grub-setup</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="grub-sparc64-setup"> <term><command>grub-sparc64-setup</command></term> <listitem> |