summaryrefslogtreecommitdiff
path: root/scripts/live
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-30 18:13:11 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:08 +0100
commitf1172ac042a963191d6a0f9eb57226a84e1ef720 (patch)
treea6dce283b6cea005e585c71c97a990aaba74e5f3 /scripts/live
parent395a2b87c5261d41d9ce436e27acca64d7c69146 (diff)
downloadlive-boot-f1172ac042a963191d6a0f9eb57226a84e1ef720.tar.gz
live-boot-f1172ac042a963191d6a0f9eb57226a84e1ef720.zip
Merging casper 1.186.
Diffstat (limited to 'scripts/live')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 21c3d99..6318643 100755
--- a/scripts/live
+++ b/scripts/live
@@ -665,7 +665,7 @@ is_nice_device ()
{
sysfs_path="${1#/sys}"
- if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-mmc)"
+ if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-mmc|platform-mxsdhci)"
then
return 0
elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'