diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-09 23:50:46 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-09 23:50:46 +0200 |
commit | 3c35425071caa4379ebeeed2680f35829bbfd9a8 (patch) | |
tree | 98b7bbc7768c2edb2c14adae6a4eea570e27224c /etc/udev/packages | |
parent | 03effd3bc9967da27db865ccb6480a805701b09f (diff) |
rules: use consistently OPTIONS+=
Thanks to Marco for the pointer.
Diffstat (limited to 'etc/udev/packages')
-rw-r--r-- | etc/udev/packages/64-md-raid.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/packages/64-md-raid.rules b/etc/udev/packages/64-md-raid.rules index b8baea207f..d0510b3095 100644 --- a/etc/udev/packages/64-md-raid.rules +++ b/etc/udev/packages/64-md-raid.rules @@ -15,7 +15,7 @@ ENV{MD_NAME}=="?*", SYMLINK+="disk/by-id/md-name-$env{MD_NAME}" ENV{MD_UUID}=="?*", SYMLINK+="disk/by-id/md-uuid-$env{MD_UUID}" IMPORT{program}="vol_id --export $tempnode" -OPTIONS="link_priority=100" +OPTIONS+="link_priority=100" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" |