Comment 2 for bug 1332187

Revision history for this message
Adam Conrad (adconrad) wrote :

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