summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
...
* remove dead code (setMethodstr, expandFTPMethod)Will Woods2012-08-271-23/+1
* networking: remove Network() objectRadek Vykydal2012-08-271-6/+4
* Use ksdata.timezone and timezone module instead of anaconda.timezoneVratislav Podzimek2012-08-221-1/+1
* Actually create default ifcfg files (#849012)Radek Vykydal2012-08-201-0/+2
* Only setup python-meh when doing graphical installsJesse Keating2012-08-131-3/+5
* With tmux, we no longer need to start up a shell during VNC installs.Chris Lumens2012-08-091-25/+1
* Replace system-config-keyboard with our methods using ksdata.keyboardVratislav Podzimek2012-08-081-8/+10
* add command line option to set the arm platform.Dennis Gilmore2012-08-061-0/+4
* Put the version description into the "...started" message.Chris Lumens2012-08-031-2/+2
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-24/+16
|\
| * Run anaconda inside tmuxWill Woods2012-08-021-5/+0
| * Add "Starting installer..." messagesWill Woods2012-08-021-0/+9
| * Do not --force systemctl reboot (#818581)Radek Vykydal2012-07-091-4/+4
| * Make use of common code to fetch IPJesse Keating2012-06-281-16/+4
* | Start rescue mode from the right place in the anaconda script.Chris Lumens2012-08-011-118/+121
* | Add support for loading defaults for an interactive install from a ks file.Chris Lumens2012-07-241-10/+25
* | Remove enough of dispatcher so anaconda works without partIntfHelpers.Chris Lumens2012-07-171-1/+0
* | Kickstart command handlers no longer need an anaconda instance.Chris Lumens2012-07-121-3/+3
* | Run the logging kickstart command right after parsing.Chris Lumens2012-07-121-0/+4
* | update proxy supportBrian C. Lane2012-07-091-12/+4
* | Move keyboard layout setting to after the interface is set up.Chris Lumens2012-07-031-24/+19
* | call setupPythonPathBrian C. Lane2012-06-211-0/+2
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-38/+162
|\|
| * Save RAM by using pregenerated locale filesWill Woods2012-06-191-6/+0
| * Add comment about AnacondaOptionParserWill Woods2012-06-191-0/+6
| * Add leavebootorder option (anaconda) (revised for master, sigh)Mark Hamzy2012-06-191-0/+1
| * Handle RUNKS boot argument (#831301)Jesse Keating2012-06-131-17/+12
| * Don't start anaconda directly on s390x (#811477)Jesse Keating2012-06-081-0/+74
| * Set the python path within anacondaJesse Keating2012-05-301-0/+2
| * Fix twisty logic around forcing text mode (#811868)Will Woods2012-04-271-19/+16
| * s390 systems are always headlessWill Woods2012-04-271-1/+1
| * fix 'text' or 'cmdline' in kickstart (#814108)Will Woods2012-04-201-0/+9
| * Fix "memcheck=0" (and other store_true boot args)Will Woods2012-04-041-1/+5
| * add virtio rsyslogd logging to anacondaBrian C. Lane2012-04-031-0/+1
| * fix text mode KeyError crash (#804483)Will Woods2012-03-221-0/+5
| * Default to text-mode if 'console=XXX' was provided (#804506)Will Woods2012-03-221-3/+8
| * disable warnings about boot options needing 'inst.XXX'Will Woods2012-03-211-3/+5
| * 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