summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Expand)AuthorAgeFilesLines
* doReIPL should return when going back through steps, too (#563862).Chris Lumens2010-02-251-1/+1
* Only show the error message if there was an error.David Lehman2010-02-101-5/+6
* Clarify which storage exceptions are bugs (#557928).Chris Lumens2010-02-081-42/+10
* Move firstboot into the Anaconda object.Chris Lumens2010-02-041-2/+2
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move storage into the Anaconda class.Chris Lumens2010-02-041-11/+11
* Move desktop to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-3/+3
* Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-041-1/+1
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-5/+5
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
* Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-041-1/+1
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-3/+2
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-92/+91
* Remove test mode.Chris Lumens2009-12-031-8/+1
* Remove rootPath mode.Chris Lumens2009-12-031-7/+3
* Remove /etc/localtime before trying to copy into it (#533240).Ales Kozumplik2009-12-031-1/+6
* Name log files something that doesn't conflict with the system (#539542).Chris Lumens2009-11-201-3/+3
* For the catch-all case, put the message into the UI, not the exn (#536854).Chris Lumens2009-11-111-2/+2
* Use rpm to determine how to set bootloader args and default runlevel (#527520).Chris Lumens2009-10-201-0/+16
* Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380)Steffen Maier2009-10-161-5/+1
* Add a "File Bug" button to all possibilitys in turnOnFilesystems (#528006).Chris Lumens2009-10-151-54/+39
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-4/+6
* Remove the installation number screen.Chris Lumens2009-09-221-64/+0
* Make recreateInitrd() generate a dracut initrdHans de Goede2009-09-151-1/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-7/+6
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-1/+1
* Adapt exception.py to using python-meh.Chris Lumens2009-07-291-2/+1
* Log yum messages.Radek Vykydal2009-06-181-1/+2
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-1/+1
* Move _resetRpmDb into iutil so we can access it everywhere.Chris Lumens2009-04-301-7/+1
* Revert "DeviceError only returns a message, not (message, device) tuple (#496...David Lehman2009-04-301-2/+2
* Pass anaconda to turnOnSwap so we can use swap files.David Lehman2009-04-241-1/+1
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-2/+2
* DeviceError only returns a message, not (message, device) tuple (#496343).Chris Lumens2009-04-201-2/+2
* Copy /tmp/program.log to /mnt/sysimage/var/log/.Chris Lumens2009-04-171-0/+1
* Add a "File Bug" button to the catch-all partitioning exception handler.Chris Lumens2009-04-161-3/+8
* Remove the early catch-all exception handler (#495933).Chris Lumens2009-04-161-3/+0
* Do not write /etc/hosts since setup owns that now (#491808)David Cantrell2009-03-301-1/+1
* Fix traceback on upgrade. (#491446)David Lehman2009-03-201-1/+1
* Move the recursive teardown of all devices out of processActions.David Lehman2009-03-091-0/+1
* partRequests no longer exists, so don't try to import it (#488743).Chris Lumens2009-03-051-2/+0
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+23
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+23
* | Fix copying the storage.log file over to the installed system.Chris Lumens2009-03-041-1/+2
* | Remove doMigrateFilesystems, log storage to tty3.David Lehman2009-02-271-98/+101
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-3/+2
* | Lots of little updates to make things use the new storage module.David Lehman2009-02-241-4/+1
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-58/+79
|/
* Use parted.Disk.getPartitionByPath()David Cantrell2009-02-121-1/+1