diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-05-23 01:45:45 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-05-23 01:45:45 +0000 |
commit | 61e63d302cd8bdb73dbb2d6567ca6e66184ae251 (patch) | |
tree | e68ecafb2b734e3af99f5eba6df85436bad18b58 /chapter01/changelog.xml | |
parent | 1c6f1c1e4177cf26946a7cf8865f15be1405d9b6 (diff) |
Upgrade Udev to 122, udev-config to 20080522, and lfs-bootscripts to 20080522. Replace "write_net_rules all_interfaces" with a "udevadm test" loop. Fix several typos. Remove the usb_id segfault patch, as it's included in Udev now. Add /lib/udev/devices/kmsg, as udevd uses /dev/kmsg to log a message at startup. Replace udevtrigger/udevinfo with "udevadm trigger" and "udevadm info" in the text.
Should fix #2057, #2079, #2170, and #2186.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 371860310..35d9eb735 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,19 @@ --> <listitem> + <para>2008-05-22</para> + <itemizedlist> + <listitem> + <para>[bryan] - Updated Udev to 122, udev-config to + 20080522, and lfs-bootscripts to 20080522. Also made + persistent-net rules able to be pre-generated, using + udevadm test. Fixes #2057, #2079 (I think), #2170, and + #2186.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-04-23</para> <itemizedlist> <listitem> |