summaryrefslogtreecommitdiff
path: root/scripts/live
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 23:38:16 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:27 +0100
commit5e48c3c7565b2947ad4f0da9c48d6ea0bffa8f47 (patch)
tree33cd36d61ee19e1c7302c119b1faaeaf3b72ec1f /scripts/live
parentab8f5db63d44fda0b8b5652aa46c8ac9da4fdd89 (diff)
downloadlive-boot-5e48c3c7565b2947ad4f0da9c48d6ea0bffa8f47.tar.gz
live-boot-5e48c3c7565b2947ad4f0da9c48d6ea0bffa8f47.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/live')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index e660ac4..8be3942 100755
--- a/scripts/live
+++ b/scripts/live
@@ -462,7 +462,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]$'