diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-14 11:06:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-14 11:06:39 +0200 |
commit | 88b74dc69226ff64e5ab7a80077f331729202083 (patch) | |
tree | 8cb87fd5615863e43c5389017c74a77dd86cac0d /etc | |
parent | b1a2b83f2da105c0b98fd9636477ca7632986243 (diff) |
edd_id: move persistent rules to its own file
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/rules.d/60-persistent-storage.rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/udev/rules.d/60-persistent-storage.rules b/etc/udev/rules.d/60-persistent-storage.rules index 62cdad67cb..63e715d415 100644 --- a/etc/udev/rules.d/60-persistent-storage.rules +++ b/etc/udev/rules.d/60-persistent-storage.rules @@ -63,9 +63,4 @@ ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode" 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}" -# BIOS Enhanced Disk Device -ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode" -ENV{DEVTYPE}=="disk", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}" -ENV{DEVTYPE}=="partition", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}-part%n" - LABEL="persistent_storage_end" |