X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=76b0be42b91ec3bf3805019c552c297cce91813d;hb=92dfc46bfe1cffa6a1f780a91120d4f02896bc43;hp=23ba434f5784e59eaeaf85ad6093aefb2c8db365;hpb=43f7b85d0f1ae734f67e0508899fabac8b2951c9;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