X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=76b0be42b91ec3bf3805019c552c297cce91813d;hb=b3c10deafc7a61983c0930d1cb06ef2a048691ca;hp=23ba434f5784e59eaeaf85ad6093aefb2c8db365;hpb=16ad65a3fd6083a46c741fab0975751013c14e8a;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 23ba434..76b0be4 100755 --- a/scripts/live +++ b/scripts/live @@ -672,6 +672,9 @@ is_nice_device () elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' then return 0 + elif echo ${sysfs_path} | grep -q "^/block/dm-" + then + return 0 fi return 1