diff options
-rwxr-xr-x | components/9990-misc-helpers.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 9eff3f1..605ee8a 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -85,6 +85,9 @@ is_nice_device () elif echo ${sysfs_path} | grep -q "^/block/dm-" then return 0 + elif echo ${sysfs_path} | grep -q "^/block/mmcblk" + then + return 0 elif echo ${sysfs_path} | grep -q "^/block/mtdblock" then return 0 |