5 Using a Driver Update Disk During Installation
To use the DUD during an installation, select one of the following methods depending on where the DUD image is stored.
Note:
The full installation ISO uses RHCK during the installation and any drivers added using the DUD are added for RHCK. To install drivers from the DUD into UEK, you must use the UEK Boot ISO. For more information about installation ISO images, see Obtaining Installation ISO Images.
Installing from the UEK Boot ISO, requires that you provide a network based installation source during installation. The full installation ISO can be attached and used as a local yum repository if the system doesn't have access to the network based installations sources.
Important:
Drivers must be signed if used with UEFI Secure Boot.
If you're using DUD in a Kickstart installation, indicate the DUD location in the Kickstart file. The specific entry to add depends on the location of the DUD image.
-
DUD image is in an attached block device:
driverdisk /dev/sdb1
-
DUD image is on the network location:
driverdisk --source=network-location
The network location can be a URL, such as
http://www.example.com/dd.iso
, or the full path of the NFS share directory.