mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 20:59:22 +01:00
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
This commit is contained in:
parent
893d40b345
commit
3da377d893
@ -123,6 +123,9 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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
|
<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.
|
the source directory after each package has been installed. Fixes bug 1638.
|
||||||
Thanks to Chris Staub.</para></listitem>
|
Thanks to Chris Staub.</para></listitem>
|
||||||
|
@ -47,7 +47,8 @@ dialout:x:10:
|
|||||||
audio:x:11:
|
audio:x:11:
|
||||||
video:x:12:
|
video:x:12:
|
||||||
utmp:x:13:
|
utmp:x:13:
|
||||||
usb:x:14:</literal>
|
usb:x:14:
|
||||||
|
cdrom:x:15:</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>The created groups are not part of any standard—they are groups
|
<para>The created groups are not part of any standard—they are groups
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20051009">
|
<!ENTITY version "SVN-20051015">
|
||||||
<!ENTITY releasedate "October 9, 2005">
|
<!ENTITY releasedate "October 15, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user