summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New version.anaconda-11.5.0.28-1David Cantrell2009-03-111-1/+22
* Merge branch 'master' into anaconda-storage-branchDavid Cantrell2009-03-111-2/+1
|\
| * We also need to pack up the extra args tuple, too.Chris Lumens2009-03-111-1/+1
| * doLoggingSetup keeps growing new arguments, so put them into a dict (#489709).Chris Lumens2009-03-111-2/+1
* | Fix a few bugs in the lvm dialog. (#489022)David Lehman2009-03-111-2/+2
* | Modify livecd.py to work with new storage backend.David Lehman2009-03-112-23/+23
* | Be explicit about resetting Disks' partedDisk attribute. (#489678)David Lehman2009-03-112-8/+5
* | Deactivate devices after we've finished scanning them.David Lehman2009-03-111-0/+2
* | Handle the case of removing an unallocated partition from the tree.David Lehman2009-03-111-1/+3
* | Try again to set up LVs when we've just added a new PV to the VG.David Lehman2009-03-111-0/+5
* | Set partition flags in format create/destroy execute methods.David Lehman2009-03-111-2/+23
* | Make sure we use the newly committed parted.Partition after create.David Lehman2009-03-111-14/+4
* | Make device teardown methods more resilient.David Lehman2009-03-111-41/+16
* | Initialize storage in rescue mode so we can find roots (#488984).Chris Lumens2009-03-111-1/+4
* | Fix anaconda udev rules to not require pre-existing device nodesHans de Goede2009-03-111-2/+2
* | Hook up 'Shrink current system' dialog to new storage code.David Cantrell2009-03-101-7/+13
* | Fix _getCheckArgs() in class FS.David Cantrell2009-03-101-1/+2
* | New version.anaconda-11.5.0.27-1David Cantrell2009-03-101-1/+17
* | Fix action pruning to handle more complex scenarios.David Lehman2009-03-101-41/+172
* | Schedule destruction of any existing formatting along with the device.David Lehman2009-03-101-0/+4
* | Add a size attribute to mdraid arrays.David Lehman2009-03-101-0/+8
* | Speed up partitioning screen redraws by trimming workload where possible.David Lehman2009-03-101-40/+48
* | Create partitions with exactly the geometry we calculate.David Lehman2009-03-102-7/+10
* | Fix name collision between formats.mdraid and devicelibs.mdraid.David Lehman2009-03-101-5/+5
* | Destruction of the member device formatting will be handled elsewhere.David Lehman2009-03-101-3/+2
* | Fix a typoJesse Keating2009-03-101-1/+1
* | Fix pruning between two destroy actions on the same deviceRadek Vykydal2009-03-101-1/+4
* | Use the pyblock functions when possible.Joel Granados Moreno2009-03-104-5/+9
* | We are searching a list, not a dict nowRadek Vykydal2009-03-101-2/+2
* | New version.anaconda-11.5.0.26-1David Cantrell2009-03-091-1/+32
* | Move the recursive teardown of all devices out of processActions.David Lehman2009-03-092-1/+1
* | Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries.David Lehman2009-03-092-5/+5
* | Fix several minor bugs preventing upgrade/rescue mount. (#488946)David Lehman2009-03-093-3/+5
* | Only populate the device tree on demand.David Lehman2009-03-092-3/+3
* | Prune actions by device based on path, not object-id.David Lehman2009-03-091-11/+17
* | Rewrite action sort so it works correctly.David Lehman2009-03-091-98/+133
* | Do a separate disk.commit for each partition add/remove.David Lehman2009-03-092-55/+42
* | Fix bug keeping track of best free region/type/disk info.David Lehman2009-03-091-4/+12
* | Return early if doAutoPart is False, but clearpart first if kickstart.David Lehman2009-03-091-2/+6
* | Recognize PS3 as a valid machine type (#489263).Chris Lumens2009-03-091-1/+1
* | Move the mdRaidBootArches logic into the platform module.Chris Lumens2009-03-093-5/+9
* | stdout and stderr may also need to be created.Chris Lumens2009-03-091-5/+5
* | Fix booty for dmraidHans de Goede2009-03-0910-47/+53
* | It's self.origrequest, not self.origreqest (#489036).Chris Lumens2009-03-091-1/+1
* | Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.pyMartin Gracik2009-03-093-2/+128
* | Start storage before parsing the kickstart file.Chris Lumens2009-03-061-3/+4
* | Make sure autopart without any clearpart command will fail.Chris Lumens2009-03-062-2/+4
* | Update storage flag on ks autopartRadek Vykydal2009-03-061-0/+1
* | Use correct storage attribute for ks clearpartRadek Vykydal2009-03-061-2/+2
* | Catch the new _ped.DiskLabelException for unrecognized disklabels.David Lehman2009-03-061-1/+2