I'd assume the following 1-line patch would achieve the same result:

--- driver-injection-disk.sh.orig       2013-10-04 03:38:29.000000000 -0600
+++ driver-injection-disk.sh    2014-06-27 10:25:29.546558043 -0600
@@ -29,7 +29,7 @@
 }
 
 #try to mount possible driver disk
-for device in $(list-devices usb-partition); do
+for device in $(list-devices disk; list-devices usb-partition); do
        label=$(block-attr --label $device 2>/dev/null || true)
        if [ "$label" = "OEMDRV" ]; then
                db_input high driver-injection-disk/load || true

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332187

Title:
  driver-injection-disk script needs to support disk and usb-partition
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hw-detect/+bug/1332187/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to