Merge lp:~kentb/ubuntu/utopic/hw-detect/bug-1332187 into lp:ubuntu/utopic/hw-detect

Proposed by Kent Baxley
Status: Merged
Merge reported by: Adam Conrad
Merged at revision: not available
Proposed branch: lp:~kentb/ubuntu/utopic/hw-detect/bug-1332187
Merge into: lp:ubuntu/utopic/hw-detect
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
driver-injection-disk.sh (+1/-1)
To merge this branch: bzr merge lp:~kentb/ubuntu/utopic/hw-detect/bug-1332187
Reviewer Review Type Date Requested Status
Adam Conrad (community) Approve
Review via email: mp+224875@code.launchpad.net

Description of the change

Probe disk as well as usb-partition devices for the presence of an OEMDRV label. The Life Cycle Controller on a Dell server will export the OEMDRV as a usb-partition, but, HP iLO exports the driver disks as a disk. Without adding disk as an option, the HP iLO device will be overlooked by the driver-injection-disk script.

To post a comment you must log in.
Revision history for this message
Adam Conrad (adconrad) wrote :

Looks like you have a typo there (you wanted "list-devices disk" not "list-devices-disk"), but I'll fix that and upload.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-05-07 09:32:31 +0000
+++ debian/changelog 2014-06-27 17:02:50 +0000
@@ -1,3 +1,10 @@
1hw-detect (1.95ubuntu4) utopic; urgency=medium
2
3 * driver-injection-disk.sh - probe disk and usb-partition
4 for an OEMDRV label (LP: #1332187)
5
6 -- Kent Baxley <kent.baxley@canonical.com> Fri, 27 Jun 2014 11:52:43 -0500
7
1hw-detect (1.95ubuntu3) utopic; urgency=medium8hw-detect (1.95ubuntu3) utopic; urgency=medium
29
3 * Drop "Register rtc module on i386 and amd64". Kernel dropped this10 * Drop "Register rtc module on i386 and amd64". Kernel dropped this
411
=== modified file 'driver-injection-disk.sh'
--- driver-injection-disk.sh 2013-10-04 10:40:26 +0000
+++ driver-injection-disk.sh 2014-06-27 17:02:50 +0000
@@ -29,7 +29,7 @@
29}29}
3030
31#try to mount possible driver disk31#try to mount possible driver disk
32for device in $(list-devices usb-partition); do32for device in $(list-devices-disk; list-devices usb-partition); do
33 label=$(block-attr --label $device 2>/dev/null || true)33 label=$(block-attr --label $device 2>/dev/null || true)
34 if [ "$label" = "OEMDRV" ]; then34 if [ "$label" = "OEMDRV" ]; then
35 db_input high driver-injection-disk/load || true35 db_input high driver-injection-disk/load || true

Subscribers

People subscribed via source and target branches

to all changes: