| Commit message (Expand) | Author | Age | Files | Lines |
* | Nothing sets flags.setupFilesystems anymore, so it can go too. | Chris Lumens | 2009-12-03 | 1 | -31/+30 |
* | Remove test mode. | Chris Lumens | 2009-12-03 | 1 | -9/+0 |
* | Remove rootPath mode. | Chris Lumens | 2009-12-03 | 1 | -1/+0 |
* | Enable method/repo nfs options in stage2. | Radek Vykydal | 2009-12-03 | 1 | -1/+2 |
* | Accept "nfs:" prefix in ks repo --baseurl setting beside "nfs://". | Radek Vykydal | 2009-12-03 | 1 | -6/+9 |
* | Do not traceback on invalid ks repo --baseurl values (#543003) | Radek Vykydal | 2009-12-03 | 1 | -1/+1 |
* | Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662. | Ales Kozumplik | 2009-11-26 | 1 | -1/+1 |
* | If /boot is too small to preupgrade, don't allow going back (#499321). | Chris Lumens | 2009-11-25 | 1 | -5/+12 |
* | Mount usbfs before installing packages (#532397) | Masahiro Matsuya | 2009-11-23 | 1 | -1/+7 |
* | If a package has %pre/%post scriptlet errors, abort the install (#531599). | Chris Lumens | 2009-11-18 | 1 | -9/+14 |
* | If a package has a dependency problem, offer to continue/abort (#511801). | Chris Lumens | 2009-11-18 | 1 | -15/+42 |
* | Convert string.find calls into something modern | Jesse Keating | 2009-11-09 | 1 | -3/+3 |
* | Platform.bootloaderPackage -> Platform.packages | Chris Lumens | 2009-10-21 | 1 | -1/+1 |
* | Use rpm to determine how to set bootloader args and default runlevel (#527520). | Chris Lumens | 2009-10-20 | 1 | -9/+1 |
* | 'Packages completed' string should use P_() instead of N_(). | David Cantrell | 2009-10-19 | 1 | -1/+1 |
* | Remove double slash from nfs:// ks repo value for use in UI. | Radek Vykydal | 2009-10-15 | 1 | -1/+3 |
* | Handle Installation Repo (base repo) as any other in repo edit UI. | Radek Vykydal | 2009-10-13 | 1 | -17/+5 |
* | Fix methodstr editing dialog. | Radek Vykydal | 2009-10-13 | 1 | -1/+1 |
* | Store methodstr url of repo (#502208, #526022). | Radek Vykydal | 2009-10-13 | 1 | -0/+19 |
* | lokkit has moved to a subpackage, so require that (#523709). | Chris Lumens | 2009-10-07 | 1 | -1/+1 |
* | In repo editing UI do not use object we are creating (#515441). | Radek Vykydal | 2009-10-07 | 1 | -17/+20 |
* | Stop dragging mkinitrd into the install | Hans de Goede | 2009-10-02 | 1 | -1/+1 |
* | Use named parameters for translatable strings with multiple params. | David Cantrell | 2009-10-01 | 1 | -16/+23 |
* | Add repo --proxy= support to kickstart. | Chris Lumens | 2009-09-30 | 1 | -1/+23 |
* | Pass the proxy config information to stage2. | Chris Lumens | 2009-09-30 | 1 | -0/+9 |
* | libcurl supports https in addition to http, so change our tests. | Chris Lumens | 2009-09-30 | 1 | -1/+1 |
* | Use temporary repo id for edited object to prevent Duplicate Repo error (#524... | Radek Vykydal | 2009-09-29 | 1 | -0/+3 |
* | Don't use baseurl containing space in yum repo object (#516042). | Radek Vykydal | 2009-09-15 | 1 | -1/+1 |
* | Fix busy cursor in repo editing (#518529) | Radek Vykydal | 2009-09-14 | 1 | -2/+1 |
* | No longer copy over the CD/DVD repodata or repo config file (#521358). | Chris Lumens | 2009-09-09 | 1 | -17/+1 |
* | Expose common fsset methods and properties in class Storage. | David Cantrell | 2009-09-03 | 1 | -3/+3 |
* | Only add "rhgb quiet" to boot args for non-serial installs (#506508, 510523). | Chris Lumens | 2009-08-25 | 1 | -1/+2 |
* | On rpm unpack errors, display a fatal error message (#452724). | Chris Lumens | 2009-08-25 | 1 | -0/+13 |
* | Close %packages with a %end (#518063) | Jeremy Katz | 2009-08-18 | 1 | -0/+2 |
* | Don't to unmount /mnt/source unless something's mounted there (#516304). | Chris Lumens | 2009-08-10 | 1 | -1/+1 |
* | Support NFS repos in kickstart (#495620, #507093). | Chris Lumens | 2009-08-07 | 1 | -0/+23 |
* | Check to see if the arch string starts with ppc64. (#516144) | Joel Granados Moreno | 2009-08-07 | 1 | -1/+2 |
* | Don't try to unmount the CD before we later unmount the CD (#515564). | Chris Lumens | 2009-08-05 | 1 | -6/+3 |
* | And finish off the removal of rhpl | Jeremy Katz | 2009-07-29 | 1 | -2/+1 |
* | Most windows no longer need an anaconda argument, since the intf has that. | Chris Lumens | 2009-07-29 | 1 | -7/+7 |
* | unmountFilesystems -> umountFilesystems (#510970). | Chris Lumens | 2009-07-24 | 1 | -1/+1 |
* | Disable devel repos on release (#503798) | Jeremy Katz | 2009-07-23 | 1 | -0/+6 |
* | Lots of small grammar and wording changes. | Peter Jones | 2009-07-13 | 1 | -1/+1 |
* | Edit user-visible dialogs for style. | Peter Jones | 2009-07-13 | 1 | -12/+12 |
* | Clean yum caches following preupgrade, too (#503096). | Chris Lumens | 2009-07-10 | 1 | -2/+2 |
* | Remove some unnecessary code. | Chris Lumens | 2009-07-09 | 1 | -10/+2 |
* | Use a method yum provides, rather than inventing our own. | Chris Lumens | 2009-07-09 | 1 | -11/+6 |
* | Remove _catchallCategory. yum handles this for us now. | Chris Lumens | 2009-07-09 | 1 | -25/+0 |
* | Make sure to have "self" as an argument. | Chris Lumens | 2009-07-08 | 1 | -1/+1 |
* | Use the yum preconf object to do $releasever substitution. | Chris Lumens | 2009-07-08 | 1 | -10/+6 |