summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* dracut: accept inst.updates or updates for live.updatesWill Woods2012-03-191-1/+0
* Add flag to disable available-memory check (for debugging etc.)Will Woods2012-03-161-3/+12
* fixup for syntax error in inst.ks/--kickstart patchWill Woods2012-03-161-1/+1
* fix inst.ks handling in anacondaWill Woods2012-03-161-1/+2
* move vncpassword handling into anaconda; remove recoverVNCPasswordWill Woods2012-03-161-1/+2
* import using the right path to iutilBrian C. Lane2012-02-211-1/+1
* use a dracut shutdown hook to eject media (#787461)Brian C. Lane2012-02-201-3/+2
* Set default lang and create default locale files earlyWill Woods2012-02-161-1/+6
* anaconda_optparse.py: a new OptionParser that also reads boot argsWill Woods2012-02-081-6/+13
* Force simple filter for disk image installs. (#784560)David Lehman2012-01-261-0/+2
* Add a script mode that exits instead of loopingBrian C. Lane2011-12-161-4/+12
* Unmount the image fileBrian C. Lane2011-12-051-0/+10
* Setup storage config when kickstart is parsedBrian C. Lane2011-12-051-1/+14
* Use an atexit handler for shutting down and ejecting media (#750809).Chris Lumens2011-11-031-29/+38
* Add a Reboot button to the congrats screen on live (#705189).Chris Lumens2011-09-141-1/+1
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-1/+1
* Moving anaconda.rootPath to constants.ROOT_PATH.Ales Kozumplik2011-08-261-1/+2
* Remove deprecated --rootPath and --test.Ales Kozumplik2011-08-261-10/+0
* Tidy warnings.showwarning into anaconda_log.py.Ales Kozumplik2011-08-251-6/+0
* Avoid final hang if no reboot action is specified in kickstart.Ales Kozumplik2011-08-151-1/+1
* Remove dogtail support. No one uses it anyway.Chris Lumens2011-07-281-36/+0
* request_step -> request_steps in anaconda.Chris Lumens2011-07-191-1/+1
* cosmetic: dispatch.skipStep is dispatch.skip_stepsAles Kozumplik2011-05-191-3/+3
* dispatch: fix remaining places using the old dispatch interface.Ales Kozumplik2011-05-191-1/+1
* dispatch: All skips are permanent now.Ales Kozumplik2011-05-191-3/+3
* Update the requirements for memory..David Lehman2011-05-051-7/+0
* Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.Ales Kozumplik2011-05-041-132/+27
* Do not recreate the ssh keys if they exist already.Ales Kozumplik2011-04-211-0/+2
* Set ANACONDA=1 in the udev environment early in anaconda.Chris Lumens2011-04-151-0/+2
* Make reboot/halt/shutdown decisions in anaconda instead of loader.Chris Lumens2011-04-121-8/+25
* If we change language during Python, build the new locale files.Chris Lumens2011-04-071-0/+1
* After 17233a16, vncS is no longer a global.Ales Kozumplik2011-03-231-3/+2
* Remove some more xutils-related code.Chris Lumens2011-03-161-4/+0
* Log running version number as soon as possibleBrian C. Lane2011-03-151-2/+7
* Remove the last of the xutils module.Chris Lumens2011-03-111-15/+3
* Pass createUser and createGroup an arguments dict.Chris Lumens2011-03-041-3/+3
* Be better at handling killed metacity.Ales Kozumplik2011-02-211-20/+16
* Make the dispatcher call the shots.Ales Kozumplik2011-02-211-1/+1
* Clean up a bunch of exception handling code.David Lehman2011-02-161-2/+2
* Tighten the focus of the dogtail and X try/except blocks.David Lehman2011-02-141-49/+46
* Remove some udev hackery that was only needed for two-stage env.David Lehman2011-02-141-17/+0
* Move large anaconda.__main__ tasks into functions.David Lehman2011-02-141-228/+250
* Add anaconda --version support (#673150).Chris Lumens2011-01-271-1/+5
* logging: get rid of storage_log.pyAles Kozumplik2011-01-101-2/+2
* mpath: remove a harmful udev_trigger() in filter_guiAles Kozumplik2011-01-101-0/+1
* Allow existing /var/logBrian C. Lane2011-01-031-1/+1
* mpath: make sure /var/log exists exists early.Ales Kozumplik2010-12-151-1/+2
* Set up disk images earlier so kickstart device filtering works on them.David Lehman2010-12-101-0/+1
* Add support for installing onto block device image files.David Lehman2010-12-021-4/+25
* Remove writeRpmPlatform, adjust callers. (#651132, #650490)Bill Nottingham2010-11-111-4/+0