Part of #15: Include all option snippets as found in the kickstart guide.
Scope
Add option snippets for hardware and driver-related kickstart commands:
- device - Install extra device drivers (mostly for PCI devices not auto-detected)
- driverdisk - Load a driver update disk during installation (
driverdisk [partition | --source= | --biospart=])
- fcoe - Specify FCoE devices to be activated during installation (
fcoe --nic= --dcb --autovlan)
- iscsi - Attach additional iSCSI storage (
iscsi --ipaddr= --target= [--port= --user= --password=])
- iscsiname - Assign a name to an iSCSI node (
iscsiname iqn)
- mediacheck - Verify installation media integrity before installing (
mediacheck)
- unsupported_hardware - Suppress unsupported hardware warnings during installation
- zfcp - Define a Fibre Channel device (System z only) (
zfcp --devnum= --wwpn= --fcplun=)
Reference
RHEL 7 Kickstart Syntax Reference - Section 27.3
Acceptance Criteria
Part of #15: Include all option snippets as found in the kickstart guide.
Scope
Add option snippets for hardware and driver-related kickstart commands:
driverdisk [partition | --source= | --biospart=])fcoe --nic= --dcb --autovlan)iscsi --ipaddr= --target= [--port= --user= --password=])iscsiname iqn)mediacheck)zfcp --devnum= --wwpn= --fcplun=)Reference
RHEL 7 Kickstart Syntax Reference - Section 27.3
Acceptance Criteria
snippets/options/