chiark / gitweb /
update SUSE rules
[elogind.git] / etc / udev / suse / 64-md-raid.rules
index 9070e215bc604a9c82b209f60b8973704e3bb077..3da64150ae909a1ff5fcdc432147e1c09b3471cd 100644 (file)
@@ -6,6 +6,7 @@ ACTION!="add|change", GOTO="md_end"
 ATTR{md/array_state}=="|clear|inactive", GOTO="md_end"
 
 IMPORT{program}="vol_id --export $tempnode"
+OPTIONS="link_priority=100"
 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"