diff options
Diffstat (limited to 'scripts/live-bottom/12fstab')
| -rwxr-xr-x | scripts/live-bottom/12fstab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index ae90df8..cd78edf 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -66,10 +66,13 @@ then continue fi + # udev (>= 146) no longer provides vol_id if [ -x /lib/udev/vol_id ] then + # lenny /lib/udev/vol_id ${device%%[0-9]*} 2>/dev/null | grep -q "^ID_FS_USAGE=raid" && continue else + # squeeze /sbin/blkid -o udev -p ${device%%[0-9]*} | grep -q "^ID_FS_USAGE=raid" && continue fi |
