diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/grub.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e8011d29b..5fc6c61b0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -25,6 +25,7 @@ of the LFS Book.</para> <listitem><para>file-4.13</para></listitem> <listitem><para>findutils-4.2.17</para></listitem> <listitem><para>glibc-20041220</para></listitem> +<listitem><para>grub-0.96</para></listitem> <listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>libol-0.3.15</para></listitem> <listitem><para>libtool-1.5.14</para></listitem> @@ -50,6 +51,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>February 13, 2005 [matt]: Upgraded to grub-0.96</para> +</listitem> + <listitem><para>February 13, 2005 [matt]: Upgraded to e2fsprogs-1.36</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 0addf38e5..35b5fa0a6 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -153,7 +153,7 @@ </varlistentry> <varlistentry> -<term>Grub (&grub-version;) - 902 KB:</term> +<term>Grub (&grub-version;) - 963 KB:</term> <listitem> <para><ulink url="ftp://alpha.gnu.org/pub/gnu/grub/"/></para> </listitem> diff --git a/chapter06/grub.xml b/chapter06/grub.xml index dc63991ac..721c2731e 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -37,7 +37,7 @@ <screen><userinput>make install mkdir /boot/grub -cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> +cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> <para>The <filename class="directory">i386-pc</filename> directory contains a number of <filename>*stage1_5</filename> files, different diff --git a/general.ent b/general.ent index bd8f2e87e..f54c5d91e 100644 --- a/general.ent +++ b/general.ent @@ -34,7 +34,7 @@ <!ENTITY glibc-version "20041220"> <!ENTITY grep-version "2.5.1a"> <!ENTITY groff-version "1.19.1"> -<!ENTITY grub-version "0.95"> +<!ENTITY grub-version "0.96"> <!ENTITY gzip-version "1.3.5"> <!ENTITY hotplug-version "2004_09_23"> <!ENTITY iana-etc-version "1.03"> |