diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:14:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-15 19:14:50 +0000 |
commit | 3da377d8930ad9971db5db18b409d8e6ee28f5f3 (patch) | |
tree | e4567eb587654c9faf3fa6d7e43ca1e1f17f95e2 | |
parent | 893d40b3457f83807e6fb4bf6f786f29e5a8c8a1 (diff) |
Add cdrom group as required by the Udev rules file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7022 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 1f7b0d47e..c1c53450e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -123,6 +123,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>October 14, 2005 [matt]: Add a cdrom group as required by the +Udev rules file</para></listitem> + <listitem><para>October 9, 2005 [matt]: Emphasise the fact that one must delete the source directory after each package has been installed. Fixes bug 1638. Thanks to Chris Staub.</para></listitem> diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index bb08cbbc6..74c27dbed 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 c4b54cd75..e19ed8c0a 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051009"> -<!ENTITY releasedate "October 9, 2005"> +<!ENTITY version "SVN-20051015"> +<!ENTITY releasedate "October 15, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |