diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-09-02 23:38:16 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:20 +0100 |
| commit | 4e9bea12cc07e936d2d357cd5b742bc7feb62308 (patch) | |
| tree | 1f68b07daa5aff5b6bfde94be439c84f57925ef8 /scripts | |
| parent | 0b3579760837bfafa5b31f7cbdb48de161e8ea95 (diff) | |
| download | live-boot-4e9bea12cc07e936d2d357cd5b742bc7feb62308.tar.gz live-boot-4e9bea12cc07e936d2d357cd5b742bc7feb62308.zip | |
Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to add platform-sata_mv to is_nice_device() to allow Marvell Dove A0 and AVD1 to properly boot live media.
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 0e9b0aa..942a22b 100755 --- a/scripts/live +++ b/scripts/live @@ -466,7 +466,7 @@ is_nice_device () { sysfs_path="${1#/sys}" - if /lib/udev/path_id "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-|platform-orion-ehci|platform-mmc|platform-mxsdhci|)" + if /lib/udev/path_id "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci|)" then return 0 elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' |
