diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-04-30 18:15:46 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | 0ce3d8be7921ca1565ddc6567cb40e688075158c (patch) | |
| tree | d36ed3b05fe41508b16f2f28a8fe6851af5d2f00 /scripts/live | |
| parent | d3888c2f18f9282e493c8996a94788f884591a7e (diff) | |
| download | live-boot-0ce3d8be7921ca1565ddc6567cb40e688075158c.tar.gz live-boot-0ce3d8be7921ca1565ddc6567cb40e688075158c.zip | |
Merging casper 1.188.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live index 6318643..e73ee80 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|platform-mxsdhci)" + if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-orion-ehci|platform-mmc|platform-mxsdhci|)" then return 0 elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' |
