[SCM] live-boot branch, debian-next, updated. debian/3.0_a23-1-1-g3099ec8

Daniel Baumann daniel at debian.org
Thu Dec 1 10:10:19 UTC 2011


The following commit has been merged in the debian-next branch:
commit 3099ec887a4e8c3d7567ac99de855254670c45d6
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Dec 1 11:09:53 2011 +0100

    Removing quotes from udev path_id command to actually execute the command.

diff --git a/scripts/live b/scripts/live
index 1b5c89e..8ffbc20 100755
--- a/scripts/live
+++ b/scripts/live
@@ -536,7 +536,7 @@ is_nice_device ()
 		PATH_ID="/sbin/udevadm test-builtin path_id"
 	fi
 
-	if "${PATH_ID}" "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-[^-]*-(ide|sas|scsi|usb|virtio)|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci)"
+	if ${PATH_ID} "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-[^-]*-(ide|sas|scsi|usb|virtio)|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci)"
 	then
 		return 0
 	elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'

-- 
live-boot



More information about the debian-live-changes mailing list