~ubuntu-branches/ubuntu/precise/mdadm/precise-updates

« back to all changes in this revision

Viewing changes to debian/mdadm.vol_id.udev

  • Committer: Package Import Robot
  • Author(s): Scott James Remnant
  • Date: 2009-05-12 10:14:00 UTC
  • Revision ID: package-import@ubuntu.com-20090512101400-o9v9zrzne5lnz1d1
Tags: 2.6.7.1-1ubuntu9
* debian/mdadm.vol_id.udev: Use blkid instead of vol_id
* debian/control: Add dependency on appropriate version of util-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[0-9]", SYMLINK+="md/$env{MD_DEVNAME}p%n"
26
26
 
27
27
# by-uuid and by-label symlinks
28
 
IMPORT{program}="vol_id --export $tempnode"
 
28
IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
29
29
OPTIONS+="link_priority=100"
30
30
OPTIONS+="watch"
31
31
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", \