diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-12-07 17:37:27 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-12-07 17:37:27 +0000 |
commit | a9c6b8fdf1e3ec42870939324e7bd4d9b10e5ec4 (patch) | |
tree | 1336969208debe741e140042d12637662cb948cf /udev-config/55-lfs.rules | |
parent | cd358b80691a40bc08d535402045d6f50d6c8eaf (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.rules | 2 |
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" |