diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-10-29 05:41:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-10-29 05:41:46 +0000 |
commit | f9bcaecdd396cba7ba395943360c797f83417834 (patch) | |
tree | 8d539e0eedba301b1eb7463f85052ce2142cdbe2 /chapter01 | |
parent | 258deb14d5d351ae74696104e6dd73ce03c659b3 (diff) |
Update to GRUB-1.97
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 16 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8f7ff2071..231fe4169 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,22 @@ --> <listitem> + <para>2009-10-29</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Upgraded to GRUB-1.97. Split the + build/install portion from the configuration of /boot and + the mbr and placed the build portion in Chapter 6. + Expanded the discussion about the /boot mbr portion in Chapter 8. + Fixes <ulink url="&lfs-ticket-root;2093">#2093</ulink>. + This also eliminates the need for an initramfs as + specified in + <ulink url="&lfs-ticket-root;2033">#2033</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-10-20</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b0d55ea49..cb3c0b2be 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -91,9 +91,9 @@ <!--<listitem> <para>Groff &groff-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GRUB &grub-version;</para> - </listitem>--> + </listitem> <listitem> <para>Gzip &gzip-version;</para> </listitem> |