| Commit message (Expand) | Author | Age | Files | Lines |
* | Structure the repo layout so it matches final structure better and make isys ... | Martin Sivak | 2010-05-31 | 1 | -361/+0 |
* | Set runlevel 5 based on the presence of both a display manager and X server. ... | Bill Nottingham | 2010-05-12 | 1 | -0/+1 |
* | Fix up some HIG problems with the betanag dialog (#583404). | Chris Lumens | 2010-04-19 | 1 | -3/+4 |
* | Do not append "rhgb quiet" to s390 boot loader config (#570743) | David Cantrell | 2010-04-15 | 1 | -3/+3 |
* | Do not append "rhgb quiet" to s390 boot loader config (#570743) | David Cantrell | 2010-04-14 | 1 | -1/+1 |
* | doReIPL should return when going back through steps, too (#563862). | Chris Lumens | 2010-02-25 | 1 | -1/+1 |
* | Only show the error message if there was an error. | David Lehman | 2010-02-10 | 1 | -5/+6 |
* | Clarify which storage exceptions are bugs (#557928). | Chris Lumens | 2010-02-08 | 1 | -42/+10 |
* | Move firstboot into the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -2/+2 |
* | Move bootloader into the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
* | Move storage into the Anaconda class. | Chris Lumens | 2010-02-04 | 1 | -11/+11 |
* | Move desktop to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
* | Move timezone to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -3/+3 |
* | Move the writeKS and write methods from InstallData to Anaconda. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
* | Move upgrade-related data to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -5/+5 |
* | Move instClass to be an attribute on Anaconda. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
* | Set displayMode on the anaconda object, then refer to that everywhere. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
* | iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out. | Peter Jones | 2010-01-15 | 1 | -3/+2 |
* | Nothing sets flags.setupFilesystems anymore, so it can go too. | Chris Lumens | 2009-12-03 | 1 | -92/+91 |
* | Remove test mode. | Chris Lumens | 2009-12-03 | 1 | -8/+1 |
* | Remove rootPath mode. | Chris Lumens | 2009-12-03 | 1 | -7/+3 |
* | Remove /etc/localtime before trying to copy into it (#533240). | Ales Kozumplik | 2009-12-03 | 1 | -1/+6 |
* | Name log files something that doesn't conflict with the system (#539542). | Chris Lumens | 2009-11-20 | 1 | -3/+3 |
* | For the catch-all case, put the message into the UI, not the exn (#536854). | Chris Lumens | 2009-11-11 | 1 | -2/+2 |
* | Use rpm to determine how to set bootloader args and default runlevel (#527520). | Chris Lumens | 2009-10-20 | 1 | -0/+16 |
* | Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380) | Steffen Maier | 2009-10-16 | 1 | -5/+1 |
* | Add a "File Bug" button to all possibilitys in turnOnFilesystems (#528006). | Chris Lumens | 2009-10-15 | 1 | -54/+39 |
* | Use named parameters for translatable strings with multiple params. | David Cantrell | 2009-10-01 | 1 | -4/+6 |
* | Remove the installation number screen. | Chris Lumens | 2009-09-22 | 1 | -64/+0 |
* | Make recreateInitrd() generate a dracut initrd | Hans de Goede | 2009-09-15 | 1 | -1/+1 |
* | Expose common fsset methods and properties in class Storage. | David Cantrell | 2009-09-03 | 1 | -7/+6 |
* | Most windows no longer need an anaconda argument, since the intf has that. | Chris Lumens | 2009-07-29 | 1 | -1/+1 |
* | Adapt exception.py to using python-meh. | Chris Lumens | 2009-07-29 | 1 | -2/+1 |
* | Log yum messages. | Radek Vykydal | 2009-06-18 | 1 | -1/+2 |
* | We no longer write out /etc/rpm/platform, so don't offer to upgrade it. | Chris Lumens | 2009-06-01 | 1 | -1/+1 |
* | Move _resetRpmDb into iutil so we can access it everywhere. | Chris Lumens | 2009-04-30 | 1 | -7/+1 |
* | Revert "DeviceError only returns a message, not (message, device) tuple (#496... | David Lehman | 2009-04-30 | 1 | -2/+2 |
* | Pass anaconda to turnOnSwap so we can use swap files. | David Lehman | 2009-04-24 | 1 | -1/+1 |
* | When catching an OSError, handle it as an object instead of a tuple (#497374). | Chris Lumens | 2009-04-23 | 1 | -2/+2 |
* | DeviceError only returns a message, not (message, device) tuple (#496343). | Chris Lumens | 2009-04-20 | 1 | -2/+2 |
* | Copy /tmp/program.log to /mnt/sysimage/var/log/. | Chris Lumens | 2009-04-17 | 1 | -0/+1 |
* | Add a "File Bug" button to the catch-all partitioning exception handler. | Chris Lumens | 2009-04-16 | 1 | -3/+8 |
* | Remove the early catch-all exception handler (#495933). | Chris Lumens | 2009-04-16 | 1 | -3/+0 |
* | Do not write /etc/hosts since setup owns that now (#491808) | David Cantrell | 2009-03-30 | 1 | -1/+1 |
* | Fix traceback on upgrade. (#491446) | David Lehman | 2009-03-20 | 1 | -1/+1 |
* | Move the recursive teardown of all devices out of processActions. | David Lehman | 2009-03-09 | 1 | -0/+1 |
* | partRequests no longer exists, so don't try to import it (#488743). | Chris Lumens | 2009-03-05 | 1 | -2/+0 |
* | Merge branch 'master' into storage | David Lehman | 2009-03-04 | 1 | -0/+23 |
|\ |
|
| * | reIPL support for s390 | Mark Hamzy | 2009-03-02 | 1 | -0/+23 |
* | | Fix copying the storage.log file over to the installed system. | Chris Lumens | 2009-03-04 | 1 | -1/+2 |