summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Do some editing of package and filter UI strings (#569039).Chris Lumens2010-03-041-1/+2
* rpm doesn't always give the callback a tuple (#567878).Chris Lumens2010-02-251-0/+3
* Remove a couple redundant network bring up calls.Chris Lumens2010-02-221-26/+13
* Reset the resolver cache after bringing up the network (#562209).Chris Lumens2010-02-221-1/+13
* Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-041-1/+1
* Move storage into the Anaconda class.Chris Lumens2010-02-041-10/+10
* Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-16/+13
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-2/+2
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-2/+2
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-6/+6
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-4/+4
* Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-041-1/+1
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-291-3/+3
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-291-1/+2
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-1/+0
* pylint error fixes round 2Hans de Goede2010-01-141-2/+2
* Install the driver discs according to what was loaded in stage1Martin Sivak2010-01-081-15/+27
* introduce loglevel flag and use it in yum's tty3 loggingAles Kozumplik2010-01-081-0/+1
* Remove LoggerClass but maintain loglevel= functionalityAles Kozumplik2010-01-081-0/+3
* Fix typo from commit 13022cc2.David Lehman2009-12-171-1/+1
* yuminstall: Fix indentation errorHans de Goede2009-12-161-4/+5
* Clean up setting paths on preupgrade (jvonau).Chris Lumens2009-12-161-5/+5
* And call freetmp, too.Jerry2009-12-161-0/+1
* Remove install.img from /boot during preupgrade.Jerry2009-12-161-0/+7
* Nothing has a kernel-smp anymore so none of this code is useful.Chris Lumens2009-12-101-5/+0
* Get rid of the goofy nested try statements.Chris Lumens2009-12-101-63/+67
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-31/+30
* Remove test mode.Chris Lumens2009-12-031-9/+0
* Remove rootPath mode.Chris Lumens2009-12-031-1/+0
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-1/+2
* Accept "nfs:" prefix in ks repo --baseurl setting beside "nfs://".Radek Vykydal2009-12-031-6/+9
* Do not traceback on invalid ks repo --baseurl values (#543003)Radek Vykydal2009-12-031-1/+1
* Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662.Ales Kozumplik2009-11-261-1/+1
* If /boot is too small to preupgrade, don't allow going back (#499321).Chris Lumens2009-11-251-5/+12
* Mount usbfs before installing packages (#532397)Masahiro Matsuya2009-11-231-1/+7
* If a package has %pre/%post scriptlet errors, abort the install (#531599).Chris Lumens2009-11-181-9/+14
* If a package has a dependency problem, offer to continue/abort (#511801).Chris Lumens2009-11-181-15/+42
* Convert string.find calls into something modernJesse Keating2009-11-091-3/+3
* Platform.bootloaderPackage -> Platform.packagesChris Lumens2009-10-211-1/+1
* Use rpm to determine how to set bootloader args and default runlevel (#527520).Chris Lumens2009-10-201-9/+1
* 'Packages completed' string should use P_() instead of N_().David Cantrell2009-10-191-1/+1
* Remove double slash from nfs:// ks repo value for use in UI.Radek Vykydal2009-10-151-1/+3
* Handle Installation Repo (base repo) as any other in repo edit UI.Radek Vykydal2009-10-131-17/+5
* Fix methodstr editing dialog.Radek Vykydal2009-10-131-1/+1
* Store methodstr url of repo (#502208, #526022).Radek Vykydal2009-10-131-0/+19
* lokkit has moved to a subpackage, so require that (#523709).Chris Lumens2009-10-071-1/+1
* In repo editing UI do not use object we are creating (#515441).Radek Vykydal2009-10-071-17/+20