From 2ee2da59624d6d328bdd249f13ea680c576d5e34 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Mar 2010 21:08:52 +0100 Subject: Merging casper 1.174. --- scripts/live-bottom/12fstab | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/live-bottom') diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index f1dc2e3..ae90df8 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -69,6 +69,8 @@ then if [ -x /lib/udev/vol_id ] then /lib/udev/vol_id ${device%%[0-9]*} 2>/dev/null | grep -q "^ID_FS_USAGE=raid" && continue + else + /sbin/blkid -o udev -p ${device%%[0-9]*} | grep -q "^ID_FS_USAGE=raid" && continue fi magic=$(/bin/dd if="${device}" bs=4086 skip=1 count=1 2>/dev/null | /bin/dd bs=10 count=1 2>/dev/null) || continue -- cgit v1.2.3