[PATCHv2 master/rhel7-branch] driver-updates: accept burned driver discs (#1073719)

Will Woods wwoods at redhat.com
Tue Mar 11 17:34:12 UTC 2014


On Tue, 2014-03-11 at 12:09 -0400, Will Woods wrote:

> +    # is this device a Driver Update Disc?
> +    if find_dd(mnt):
> +        umount(mnt) # BLUH. unmount it first so select_dd can mount it OK
> +        return (iso_dev.device, None)

bcl points out that this actually needs to be:
          return ("/dev/" + iso_dev.device, None)

I'll send a v3 of the patch in a moment.

-w



More information about the anaconda-patches mailing list