diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-01-31 13:57:37 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:06 +0100 |
| commit | 2dd7c308da963f84810583942dd39ee1c975a93e (patch) | |
| tree | 3ff5d4c7371efad638411b923ed8d4ca066dbbb2 /scripts | |
| parent | 3f682b4344b8b6fb0e8478ce684783f183c4802d (diff) | |
| download | live-boot-2dd7c308da963f84810583942dd39ee1c975a93e.tar.gz live-boot-2dd7c308da963f84810583942dd39ee1c975a93e.zip | |
Merging casper 1.170.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live index 2753d5e..6af14c3 100755 --- a/scripts/live +++ b/scripts/live @@ -621,7 +621,7 @@ is_nice_device () { sysfs_path="${1#/sys}" - if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-)" + if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-mmc)" then return 0 elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' |
