diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-03 19:11:41 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-03 19:11:41 +0000 |
commit | d2a24d89deeddf38edd39873ab8947d5a2d2442b (patch) | |
tree | 98daba64ffb79bd60b56871dca2f50020e0b5e21 | |
parent | fbb7c9a3ec6116a879ca1c21f821d1867ec53450 (diff) |
Update to lfs-bootscripts-20070203; fixes #1948. (Also fixes issues with recent udev versions; the udev_retry script needed changes.)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2dfa39ff..a4b9da670 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2007-02-03</para> + <itemizedlist> + <listitem> + <para>[bryan] - Update to lfs-bootscripts-20070203. Fixes both + <ulink url="&lfs-ticket-root;1948">#1948</ulink> and the + udev_retry script.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-01-31</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index aa9c4e04c..36ee72ee7 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070131"> -<!ENTITY releasedate "January 31, 2007"> +<!ENTITY version "SVN-20070203"> +<!ENTITY releasedate "February 3, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 8e7bea54f..7d82c99d8 100644 --- a/packages.ent +++ b/packages.ent @@ -281,10 +281,10 @@ <!ENTITY less-ch6-du "2.6 MB"> <!ENTITY less-ch6-sbu "0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20060712"> +<!ENTITY lfs-bootscripts-version "20070203"> <!ENTITY lfs-bootscripts-size "24 KB"> <!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> -<!ENTITY lfs-bootscripts-md5 "4c3550fa2b9bb7001fcb514be6c63318"> +<!ENTITY lfs-bootscripts-md5 "214c4dfc6c6abda67a61f0b4d5b0eea1"> <!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-ch7-du "0.4 MB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> |