aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/55-lfs.rules
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2008-12-07 17:37:27 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2008-12-07 17:37:27 +0000
commita9c6b8fdf1e3ec42870939324e7bd4d9b10e5ec4 (patch)
tree1336969208debe741e140042d12637662cb948cf /udev-config/55-lfs.rules
parentcd358b80691a40bc08d535402045d6f50d6c8eaf (diff)
Replace "add" with "add|change" everywhere (for ACTION matches). Fixes #2270.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/55-lfs.rules')
-rw-r--r--udev-config/55-lfs.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules
index d26d0d315..064aad332 100644
--- a/udev-config/55-lfs.rules
+++ b/udev-config/55-lfs.rules
@@ -84,4 +84,4 @@ KERNEL=="st[0-9]*", GROUP="tape"
KERNEL=="nst[0-9]*", GROUP="tape"
# Override floppy devices
-KERNEL=="fd[0-9]", ACTION=="add", 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"