diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/grub.xml | 36 | ||||
-rw-r--r-- | chapter08/grub.xml | 5 |
3 files changed, 7 insertions, 38 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 14462985e..b6cab23ab 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-09-04</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update grub packages and naming + conventions example.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to util-linux-2.22. Fixes <ulink url="&lfs-ticket-root;3145">#3145</ulink>.</para> </listitem> 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> diff --git a/chapter08/grub.xml b/chapter08/grub.xml index b446f42dd..8d92d5ea7 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -58,11 +58,6 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ on <filename class="partition">hdc</filename>, that second hard drive would still be <emphasis>(hd1)</emphasis>.</para> - <para>You can determine what GRUB thinks your disk devices are by running:</para> - -<screen role="nodump"><userinput>grub-mkdevicemap --device-map=device.map -cat device.map</userinput></screen> - </sect2> <sect2> |