diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 13:59:36 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 13:59:36 +0000 |
commit | 659cc3deea68e6461ba378c2a773d956eea390c8 (patch) | |
tree | 4a10e167db6df90fa385fa7a56b7b2004c37b088 /chapter01 | |
parent | 80640a49905027b2ba7454cf7b287217b5d6b70f (diff) |
Fix part of #1963 (use ATTRS instead of SYSFS), add the note about the backslash at the end of each line back into the book, and add a reference to #1912 to the changelog entry from r7924.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6936ca0ef..090031ade 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,12 +37,25 @@ --> <listitem> + <para>2007-02-18</para> + <itemizedlist> + <listitem> + <para>[bryan] - Fix obsolete syntax used in the example Udev rules + in section 7.12.2. Fixes the easy part of + <ulink url="&lfs-ticket-root;1963">#1963</ulink>. Also re-add the + note about the backslash at the end of the udev rule lines.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <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> + script, so the user knows what NIC names to use. Fixes the rest of + <ulink url="&lfs-ticket-root;1912">#1912</ulink>.</para> </listitem> <listitem> <para>[bryan] - Change from writing CD symlink rules files directly |