diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 00:40:32 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 00:40:32 +0000 |
commit | 80640a49905027b2ba7454cf7b287217b5d6b70f (patch) | |
tree | ff22a7749a93049420778d31ad14350fea0fa96e /chapter01 | |
parent | 84dbfdac1d61fe44174367240f3847ef4b1bad9e (diff) |
Use upstream Udev rule_generator setup for NIC naming; fixes #1912. Also fix a validation error in r7923.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6db4b9e52..6936ca0ef 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2007-02-17</para> <itemizedlist> <listitem> + <para>[bryan] - Use upstream's rule_generator rules exclusively for + NIC naming, and generate the rules before configuring the network + script, so the user knows what NIC names to use.</para> + </listitem> + <listitem> <para>[bryan] - Change from writing CD symlink rules files directly to configuring the file installed by Udev's rule_generator. Fixes part of <ulink url="&lfs-ticket-root;1912">#1912</ulink>.</para> |