summaryrefslogtreecommitdiffstats
path: root/dracut
Commit message (Expand)AuthorAgeFilesLines
* dracut: fix anaconda-netroot for inst.repo=nfsiso:..Will Woods2012-03-191-0/+1
* dracut: accept inst.updates or updates for live.updatesWill Woods2012-03-191-0/+7
* dracut: use /run/install/source for repodirWill Woods2012-03-191-1/+1
* make sure we save the network setup for any network device we usedWill Woods2012-03-163-11/+17
* make sure parse-kickstart's ifcfg files get copied to the systemWill Woods2012-03-161-0/+3
* fix logic for setting set rd.{luks,dm,md,lvm}=0Will Woods2012-03-161-1/+1
* fix run_kickstart for the non-repo caseWill Woods2012-03-161-19/+20
* run_kickstart: go back to targeted cmdline parsingWill Woods2012-03-161-1/+1
* parse-kickstart: write ifcfg files for all net devsWill Woods2012-03-161-8/+69
* add the traditional anaconda dhcpclassWill Woods2012-03-161-0/+4
* cleanups and fixes for ksdevice/bootdev handlingWill Woods2012-03-165-30/+42
* drop unused when_netdev_online functionWill Woods2012-03-161-7/+0
* make run_kickstart re-parse the whole commandlineWill Woods2012-03-161-3/+3
* set rd.{luks,dm,md,lvm}=0 unless the user says otherwiseWill Woods2012-03-161-0/+12
* set ANACONDA=1 udev property in the right placeWill Woods2012-03-164-4/+8
* fixups: run ks early, don't repeat netrootWill Woods2012-03-162-1/+3
* fixup: "online" hook renamed "initqueue/online" upstreamWill Woods2012-03-161-2/+2
* Quiet bash error message if (optional) treeinfo is missingWill Woods2012-03-161-1/+1
* anaconda-netroot.sh: make sure dracut writes out the ifcfg filesWill Woods2012-03-162-1/+14
* Use "online" hook to handle anaconda network root devicesWill Woods2012-03-167-53/+57
* Fetch network kickstarts from the "online" hookWill Woods2012-03-167-13/+20
* set wait_for_dev /dev/root in parse-anaconda-repo.shWill Woods2012-03-163-7/+10
* fix find_runtime() and parse_kickstart()Will Woods2012-03-161-2/+3
* kickstart parsing fixups: keep running if parse failsWill Woods2012-03-163-6/+6
* handle more KickstartErrorsWill Woods2012-03-161-2/+2
* anaconda-lib: make sure we only run when_*_online jobs onceWill Woods2012-03-161-2/+2
* add missing newline to /tmp/ks.infoWill Woods2012-03-161-1/+1
* don't source dracut-lib.sh twice (it causes crashes)Will Woods2012-03-164-4/+4
* kickstart: only wait for kickstart if we're actually fetching itWill Woods2012-03-161-6/+5
* fetch-kickstart-*: actually do run_kickstartWill Woods2012-03-162-2/+2
* python-deps: cleanups/commentsWill Woods2012-03-161-8/+15
* replace pythondeps.sh with python-deps (python script)Will Woods2012-03-164-34/+51
* move parse-kickstart.py back to parse-kickstartWill Woods2012-03-164-15/+57
* Makefile.am: use dist_dracut_SCRIPTS to make scripts executableWill Woods2012-03-161-16/+16
* fix bad path for parse-kickstart.pyWill Woods2012-03-161-1/+1
* refactor network handling (support ibft and ksdevice)Will Woods2012-03-169-64/+88
* update Makefile.amWill Woods2012-03-161-3/+6
* add fetch-kickstart-disk and fetch-kickstart-netWill Woods2012-03-163-18/+34
* make cd autoprobe catchall rule actually run for each deviceWill Woods2012-03-161-1/+1
* fix inst.repo=cdromWill Woods2012-03-161-1/+1
* move deprecation warnings into parse-anaconda-options.shWill Woods2012-03-163-8/+10
* add wait_for_kickstart()Will Woods2012-03-162-3/+6
* parse-kickstart updatesWill Woods2012-03-163-2/+13
* anaconda-lib: rename check_isodir, add anaconda_live_root_dirWill Woods2012-03-161-15/+14
* anaconda-{nfs,disk}root updatesWill Woods2012-03-164-38/+21
* split genrules into repo-genrules.sh and kickstart-genrules.shWill Woods2012-03-165-93/+102
* minor parse cleanups for kickstart and repoWill Woods2012-03-162-9/+10
* improve handling of anaconda repo root stuffWill Woods2012-03-162-48/+39
* parse-kickstart: return filename, drop biospart junkWill Woods2012-03-161-17/+10
* make sure edd is loaded, if availableWill Woods2012-03-161-0/+3