summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Expand)AuthorAgeFilesLines
...
* Gtk does not have the error type, use custom with proper icons. (#224636)Martin Sivak2008-02-261-1/+1
* Catch the error emmited by lvm tools during logical volume creation process (...Martin Sivak2008-02-221-1/+9
* Remove rogue references to kudzu.Chris Lumens2008-01-231-1/+0
* restorecon on /etc/modprobe.dBill Nottingham2008-01-141-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-10/+17
* Move X.log out of /tmp/ramfsJeremy Katz2007-12-061-1/+1
* Fix up the livecd to no longer use an InstallMethod.Chris Lumens2007-12-051-1/+1
* Backend code for logical volume resizingJeremy Katz2007-11-291-2/+3
* Actually do the resizingJeremy Katz2007-11-291-0/+2
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-1/+1
* 2007-10-11 Bill Nottingham <notting@redhat.com>Bill Nottingham2007-10-111-0/+1
* Fix a couple problems pychecker found. There's probably a lot more commitsChris Lumens2007-09-191-0/+1
* 2007-09-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-071-0/+6
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-1/+0
* Don't need to import FileCopyException. It's not used.Chris Lumens2007-07-261-1/+0
* Remove call to refreshDevices.Chris Lumens2007-07-181-1/+0
* re-port split up of DiskSet.openDevices() from rhel5Peter Jones2007-07-181-1/+1
* Remove extra brace.Chris Lumens2007-07-161-1/+1
* 2007-07-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-161-2/+4
* 2007-07-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-091-2/+2
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-1/+1
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-3/+2
* Forgot to commit this earlier.David Cantrell2007-04-261-1/+1
* anaconda makes /root, so make sure to set the context on it (#237834).Chris Lumens2007-04-251-3/+2
* 2007-04-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-191-1/+1
* Move the clearpart logic out of openDevices since we don't want to do it everyChris Lumens2007-03-281-0/+1
* Remove unused functions.Chris Lumens2007-03-141-49/+0
* 2007-02-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-261-1/+3
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-19/+58
* * packages.py (betaNagScreen): Add 'Fedora' -> 'Fedora Core' mapping.Bill Nottingham2007-01-291-1/+2
* 2006-10-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-061-1/+1
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-211-1/+1
* Add another file to the list.Chris Lumens2006-09-071-1/+1
* Add more files to the list of things we need to fix the context on.Chris Lumens2006-09-051-1/+4
* 2006-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-301-2/+2
* 2006-08-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-241-17/+7
* 2006-08-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-031-1/+6
* 2006-07-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-1/+1
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-0/+19
* 2006-07-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-201-2/+2
* Remove unnecessary import.Chris Lumens2006-07-121-1/+0
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-33/+3
* Don't try to mount protected partitions again, as this will cause an errorChris Lumens2006-05-261-1/+1
* Hook copyExtraModules back up to copy updated modules to the installedChris Lumens2006-05-171-67/+0
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-52/+52
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-20/+4
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-261-1/+1
* Fix some deprecation warnings.Chris Lumens2006-03-301-2/+3
* Get ready for a surprise...David Cantrell2006-03-241-1/+2