Adding upstream version 3.0~a14.
[live-boot-grml.git] / scripts / live
index 66f0db0..ef87d3c 100755 (executable)
@@ -489,6 +489,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