diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-11-11 00:49:19 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-11-11 00:49:19 +0000 |
commit | ac3fb3e9f40b43a9c9728864176c7613fb85badd (patch) | |
tree | a886edbef7913fbb3a3d5abf5b1a4558216776d4 /general.ent | |
parent | 97c1e3ce45ef293896200d1de821ac8c8561b253 (diff) |
Move custom CD symlink and custom NIC name rules files to 70-persistent-*.rules, and add ENV{GENERATED} to the CD symlink rules. Prevents Udev rule_generator stuff from conflicting.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index e3eaedc70..5bc43bca2 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20061105"> -<!ENTITY releasedate "November 5, 2006"> +<!ENTITY version "SVN-20061110"> +<!ENTITY releasedate "November 10, 2006"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |