mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Finish fixing udev rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4c40da5385
commit
a1712769bd
@ -514,7 +514,7 @@
|
||||
<!ENTITY udev-ch6-du "10 MB">
|
||||
<!ENTITY udev-ch6-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY udev-config "udev-config-20081015"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY udev-config "udev-config-20081229"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY udev-config-size "UDEV-SIZE KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
|
||||
<!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile -->
|
||||
|
@ -84,6 +84,6 @@ KERNEL=="st[0-9]*", GROUP="tape"
|
||||
KERNEL=="nst[0-9]*", GROUP="tape"
|
||||
|
||||
# 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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user