| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Remove doMigrateFilesystems, log storage to tty3. | David Lehman | 2009-02-27 | 1 | -98/+101 |
* | | Lots of minor fixes and cleanups. A non-exhaustive list follows. | David Lehman | 2009-02-27 | 1 | -3/+2 |
* | | Lots of little updates to make things use the new storage module. | David Lehman | 2009-02-24 | 1 | -4/+1 |
* | | Updates to make existing code use the new storage module. | David Lehman | 2009-02-23 | 1 | -58/+79 |
|/ |
|
* | Use parted.Disk.getPartitionByPath() | David Cantrell | 2009-02-12 | 1 | -1/+1 |
* | Call '/sbin/udevadm settle' instead of /sbin/udevsettle | David Cantrell | 2008-12-23 | 1 | -1/+1 |
* | Copy /etc/dhclient-DEV.conf file to target system (#476364) | David Cantrell | 2008-12-16 | 1 | -1/+2 |
* | Save the /etc/fstab before overwriting it on upgrades (#452768, #470392). | Chris Lumens | 2008-11-12 | 1 | -0/+1 |
* | Avoid getting linux-base in the kernel list | Jeremy Katz | 2008-11-06 | 1 | -0/+4 |
* | Move persistent network udev rule to under /etc (#464844). | Chris Lumens | 2008-10-14 | 1 | -1/+1 |
* | Remount /mnt/sysimage/dev after migrating filesystems. | Chris Lumens | 2008-09-19 | 1 | -1/+3 |
* | Do encrypted device passphrase retrofits while activating partitioning. | David Lehman | 2008-09-15 | 1 | -0/+2 |
* | The Timer class is no longer used. | Chris Lumens | 2008-08-26 | 1 | -1/+0 |
* | udev rules have changed location (#458570). | Chris Lumens | 2008-08-11 | 1 | -1/+1 |
* | Fix the #224636 fix.. I didn't look at the python 2.4 api close enough and th... | Martin Sivak | 2008-08-06 | 1 | -2/+2 |
* | We're not actually activating new filesystems quite yet. | Chris Lumens | 2008-08-04 | 1 | -1/+1 |
* | Remove all the RPM lock files before creating a new transaction (#456949). | Chris Lumens | 2008-07-31 | 1 | -5/+6 |
* | udevsettle takes forever, so display a waitWindow. | Chris Lumens | 2008-07-30 | 1 | -0/+3 |
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -41/+5 |
* | Resizing lvs on top of RAID fails, make the error not a traceback | Jeremy Katz | 2008-04-18 | 1 | -1/+5 |
* | Return the right thing (from dchapman) | Jeremy Katz | 2008-04-10 | 1 | -1/+1 |
* | More ia64 kernel path fixage (#441846) | Jeremy Katz | 2008-04-10 | 1 | -2/+2 |
* | Fix for ia64 (#439876) | Jeremy Katz | 2008-03-31 | 1 | -0/+2 |
* | Lame attempt to try to avoid race condition with udev creating device nodes | Jeremy Katz | 2008-03-31 | 1 | -0/+8 |
* | Don't pass None as stdout or stderr. | Chris Lumens | 2008-03-28 | 1 | -1/+1 |
* | Mark for translation based on feedback from translators | Jeremy Katz | 2008-03-28 | 1 | -3/+3 |
* | Just relabel all of /etc/sysconfig (#439315) | Jeremy Katz | 2008-03-28 | 1 | -1/+1 |
* | Catch errors on resize and present a dialog to the user | Jeremy Katz | 2008-03-27 | 1 | -2/+23 |
* | more mouse-related removals | Bill Nottingham | 2008-03-27 | 1 | -1/+1 |
* | Handle kernel variants a little better at install time too | Jeremy Katz | 2008-03-26 | 1 | -0/+43 |
* | No more arc (#435175) | Jeremy Katz | 2008-02-27 | 1 | -2/+0 |
* | Gtk does not have the error type, use custom with proper icons. (#224636) | Martin Sivak | 2008-02-26 | 1 | -1/+1 |
* | Catch the error emmited by lvm tools during logical volume creation process (... | Martin Sivak | 2008-02-22 | 1 | -1/+9 |