diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:22:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:22:49 +0000 |
commit | 5473c66643887d78b52024c18277cb5e9b2d4750 (patch) | |
tree | 42458d34d90213164129322032cb181c4b807dc7 | |
parent | 1ec69ac57c066d03b36db24f05931b5a8c9d76cf (diff) |
Add cdrom group as required by Udev rules file (merged from trunk 7022)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/pwdgroup.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index aa2b32570..78329142f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>October 15, 2005 [matt]: Add a cdrom group as required by the +Udev rules file</para></listitem> + <listitem><para>October 14th, 2005 [ken]: Added a patch to allow binutils to be built from a host running gcc-4, updateid gcc instructions for the rtld patch, updated space/time for perl and zlib.</para></listitem> diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index cb6bde3a7..3f0e995aa 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -47,7 +47,8 @@ dialout:x:10: audio:x:11: video:x:12: utmp:x:13: -usb:x:14:</literal> +usb:x:14: +cdrom:x:15:</literal> EOF</userinput></screen> <para>The created groups are not part of any standard—they are groups diff --git a/general.ent b/general.ent index 77bb70d57..763291f66 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "20051014"> -<!ENTITY releasedate "October 14, 2005"> +<!ENTITY version "SVN-20051015"> +<!ENTITY releasedate "October 15, 2005"> <!ENTITY milestone "6.1.1"> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |