CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1200 -
(show annotations)
Sun Oct 4 15:13:05 2009 UTC (3 years, 7 months ago) by cjg
File size: 876 byte(s)
Sun Oct 4 15:13:05 2009 UTC (3 years, 7 months ago) by cjg
File size: 876 byte(s)
mdadm: fixed to 3.0-1
| 1 | # http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=f07996885dab45102492d7f16e7e2997e264c725 |
| 2 | |
| 3 | diff -Nru mdadm-3.0.orig/udev-md-raid.rules mdadm-3.0/udev-md-raid.rules |
| 4 | --- mdadm-3.0.orig/udev-md-raid.rules 2009-06-04 10:47:00.000000000 +0200 |
| 5 | +++ mdadm-3.0/udev-md-raid.rules 2009-06-04 10:48:50.000000000 +0200 |
| 6 | @@ -30,7 +30,7 @@ |
| 7 | ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[^0-9]", SYMLINK+="md/$env{MD_DEVNAME}%n" |
| 8 | ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[0-9]", SYMLINK+="md/$env{MD_DEVNAME}p%n" |
| 9 | |
| 10 | -IMPORT{program}="vol_id --export $tempnode" |
| 11 | +IMPORT{program}="/sbin/blkid -o udev -p $tempnode" |
| 12 | OPTIONS+="link_priority=100" |
| 13 | ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" |
| 14 | ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" |