[master/rhel7 0/5] kickstart driverdisk command

Brian C. Lane bcl at redhat.com
Fri Feb 7 02:26:52 UTC 2014


This implements the kickstart driverdisk command. The changes are mostly
re-structuring things a bit to make it cleaner for the kickstart code. In a
couple places in the first 3 commits you may notice comments that aren't quite
right, and I changed from using /tmp/dd_ks to /tmp/dd_args_ks in another place.
Everything matches up by the end.

I have tested this with a current (3.10.0-83) driverdisk iso and both
partition and kickstart driverdisk sources work, as well as the previously
working commandline inst.dd options.

Brian C. Lane (5):
  driverdisk: Use getargs instead of the env variable (#1035663)
  driverdisk: Handle kickstart driverdisk command (#1035663)
  driverdisk: Process kickstart driverdisk commands (#1035663)
  driverdisk: Add dd_args_ks handling to driver-updates (#1035663)
  driverdisk: Use a single systemd service to start DD UI (#1035663)

 dracut/Makefile.am                 |  1 -
 dracut/README-dd                   | 26 +++++++++++-------
 dracut/anaconda-lib.sh             | 37 +++++++++++++++++++++++++
 dracut/driver-updates              | 56 +++++++++++++++++++++++++++-----------
 dracut/driver-updates-net.sh       | 11 +-------
 dracut/driver-updates-net at .service | 17 ------------
 dracut/driver-updates.sh           | 15 +++-------
 dracut/fetch-driver-net.sh         |  9 +++---
 dracut/module-setup.sh             |  3 +-
 dracut/parse-anaconda-dd.sh        |  3 +-
 dracut/parse-kickstart             | 24 +++++++++++-----
 11 files changed, 121 insertions(+), 81 deletions(-)
 delete mode 100644 dracut/driver-updates-net at .service

-- 
1.8.4.2



More information about the anaconda-patches mailing list