Ignore:
Timestamp:
Sep 10, 2006, 3:57:17 PM (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9aa77af
Parents:
402b0fd
Message:

Updated to current standards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/70-device-mapper.rules

    r402b0fd r1400499  
    2424
    2525LABEL="device_mapper_do"
    26 PROGRAM!="/sbin/dmsetup status -j %M -m %m", GOTO="device_mapper_end"
    27 RESULT=="|*snapshot*|*error*", GOTO="device_mapper_end"
     26PROGRAM!="/sbin/dmsetup status -j %M -m %m",    GOTO="device_mapper_end"
     27RESULT=="|*snapshot*|*error*",                  GOTO="device_mapper_end"
    2828
    2929IMPORT{program}="vol_id --export $tempnode"
    30 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
    31 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"
     30ENV{ID_FS_USAGE}=="filesystem|other|crypto",    ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
     31ENV{ID_FS_USAGE}=="filesystem|other",           ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"
    3232
    3333LABEL="device_mapper_end"
Note: See TracChangeset for help on using the changeset viewer.