mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 22:29:21 +01:00
Split one udev rule so it is not wider than the book's page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eed1d64760
commit
4c40da5385
@ -37,6 +37,17 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2008-12-29</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Split one udev rule so it is not wider than the
|
||||||
|
book's page.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-12-24</para>
|
<para>2008-12-24</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20081224">
|
<!ENTITY version "SVN-20081229">
|
||||||
<!ENTITY releasedate "December 24, 2008">
|
<!ENTITY releasedate "December 29, 2008">
|
||||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
@ -84,4 +84,6 @@ KERNEL=="st[0-9]*", GROUP="tape"
|
|||||||
KERNEL=="nst[0-9]*", GROUP="tape"
|
KERNEL=="nst[0-9]*", GROUP="tape"
|
||||||
|
|
||||||
# Override floppy devices
|
# Override floppy devices
|
||||||
KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
|
KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", RUN+="create_floppy_devices \
|
||||||
|
-c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
|
* 55-lfs.rules: Change one line to use continuation so it does
|
||||||
|
not overflow the book's width.
|
||||||
|
|
||||||
2008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
|
2008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
|
||||||
* 55-lfs.rules: Remove several rules that are either provided by upstream,
|
* 55-lfs.rules: Remove several rules that are either provided by upstream,
|
||||||
or that don't have any effect (there is no /dev/js or /dev/djs according
|
or that don't have any effect (there is no /dev/js or /dev/djs according
|
||||||
|
Loading…
Reference in New Issue
Block a user