summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop dragging mkinitrd into the installHans de Goede2009-10-021-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-16/+23
* Add repo --proxy= support to kickstart.Chris Lumens2009-09-301-1/+23
* Pass the proxy config information to stage2.Chris Lumens2009-09-301-0/+9
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Use temporary repo id for edited object to prevent Duplicate Repo error (#524...Radek Vykydal2009-09-291-0/+3
* Don't use baseurl containing space in yum repo object (#516042).Radek Vykydal2009-09-151-1/+1
* Fix busy cursor in repo editing (#518529)Radek Vykydal2009-09-141-2/+1
* No longer copy over the CD/DVD repodata or repo config file (#521358).Chris Lumens2009-09-091-17/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-3/+3
* Only add "rhgb quiet" to boot args for non-serial installs (#506508, 510523).Chris Lumens2009-08-251-1/+2
* On rpm unpack errors, display a fatal error message (#452724).Chris Lumens2009-08-251-0/+13
* Close %packages with a %end (#518063)Jeremy Katz2009-08-181-0/+2
* Don't to unmount /mnt/source unless something's mounted there (#516304).Chris Lumens2009-08-101-1/+1
* Support NFS repos in kickstart (#495620, #507093).Chris Lumens2009-08-071-0/+23
* Check to see if the arch string starts with ppc64. (#516144)Joel Granados Moreno2009-08-071-1/+2
* Don't try to unmount the CD before we later unmount the CD (#515564).Chris Lumens2009-08-051-6/+3
* And finish off the removal of rhplJeremy Katz2009-07-291-2/+1
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-7/+7
* unmountFilesystems -> umountFilesystems (#510970).Chris Lumens2009-07-241-1/+1
* Disable devel repos on release (#503798)Jeremy Katz2009-07-231-0/+6
* Lots of small grammar and wording changes.Peter Jones2009-07-131-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-131-12/+12
* Clean yum caches following preupgrade, too (#503096).Chris Lumens2009-07-101-2/+2
* Remove some unnecessary code.Chris Lumens2009-07-091-10/+2
* Use a method yum provides, rather than inventing our own.Chris Lumens2009-07-091-11/+6
* Remove _catchallCategory. yum handles this for us now.Chris Lumens2009-07-091-25/+0