浏览代码

* Upgrade to grub-0.96

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父节点
当前提交
2f9d5505da
共有 4 个文件被更改,包括 7 次插入3 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/packages.xml
  3. 1 1
      chapter06/grub.xml
  4. 1 1
      general.ent

+ 4 - 0
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>
 

+ 1 - 1
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>

+ 1 - 1
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

+ 1 - 1
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">