X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=f87919db766908621428ab2e4f7e16ffb10c4792;hb=58b4414c1a1119bd6ad0372bdfc609f26d7c1402;hp=d79beed6e428b495c25426f4f8bd3487c5db4818;hpb=1e638a7bdc40f173f91157a2e0ceb71003f3e7c8;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