X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=f87919db766908621428ab2e4f7e16ffb10c4792;hb=fb8b93068d2783844214bfa95feaffcc6df498cf;hp=d79beed6e428b495c25426f4f8bd3487c5db4818;hpb=abb3cdbc41b6cd949416144193ca26c97ff21470;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index d79beed..f87919d 100755 --- a/scripts/live +++ b/scripts/live @@ -471,6 +471,9 @@ is_nice_device () elif echo ${sysfs_path} | grep -q "^/block/dm-" then return 0 + elif echo ${sysfs_path} | grep -q "^/block/mtdblock" + then + return 0 fi return 1