summaryrefslogtreecommitdiffstats
path: root/partitions.py
Commit message (Expand)AuthorAgeFilesLines
* Do not strip leading or trailing whiltespace from passphrases. (#437499)David Lehman2008-03-141-1/+1
* Handle /boot/efi and /boot both as bootrequestsPeter Jones2008-03-141-7/+12
* Ignore LUKS headers on partitions containing RAID signatures. (#437051)David Lehman2008-03-131-0/+5
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-29/+9
* Add a method to scan all disks for encrypted devices.David Lehman2008-02-051-0/+100
* 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/+18
* Add support for encryption via autopart.Jeremy Katz2007-12-141-0/+3
* Better checking for bootable request on an encrypted deviceJeremy Katz2007-12-111-0/+5
* Simplify this logic a little and blacklist ext4 from being a bootreqJeremy Katz2007-12-111-24/+16
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-5/+2
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-031-1/+1
* Backend code for logical volume resizingJeremy Katz2007-11-291-1/+22
* With moving partitioning, we should do a confirmation before we write thingsJeremy Katz2007-11-291-0/+14
* Add infrastructure for partition resizingJeremy Katz2007-11-291-0/+1
* Apply partitioning changes immediately after the partitioning step.Jeremy Katz2007-11-291-24/+0
* we check labels on all filesystems, not just ext[23] anymoreJeremy Katz2007-11-281-2/+1
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-14/+22
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-1/+90
* 2007-10-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-051-8/+12
* 2007-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-231-1/+1
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-4/+0
* - Enable booting from GPT on non-EFI systems.Peter Jones2007-07-261-11/+3
* - remove some zealotry that I added this morning. It is too much.Peter Jones2007-07-181-19/+19
* - typo fixPeter Jones2007-07-181-1/+1
* Fix typo.Chris Lumens2007-07-181-1/+1
* - typo fixPeter Jones2007-07-181-1/+1
* - add support for x86 machines with efiPeter Jones2007-07-181-24/+58
* don't call lvm.pvlist() N^2 times, it's not going to change.Peter Jones2007-07-111-1/+2
* - make mpath + iscsi workPeter Jones2006-08-011-3/+1
* - update multipath and dmraid support, make it actually installPeter Jones2006-07-261-5/+8
* Show preexisting label if any exists to the UI and the mount point comboChris Lumens2006-07-211-2/+15
* 2006-07-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-201-0/+1
* - start and stop mpathsPeter Jones2006-07-171-6/+4
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-0/+7
* 2006-06-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-091-1/+20
* - Handle empty drive lists better when looking for usb-storage and firewire.Peter Jones2006-05-161-1/+1
* * isys/isys.py (driveIsRemovable): Split module checking out to itsPeter Jones2006-05-091-0/+17
* Emit --useexisting and --noformat for VGs, RAID, and LVs (#189123).Chris Lumens2006-04-271-2/+12
* Get ready for a surprise...David Cantrell2006-03-241-4/+5
* 2006-02-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-061-1/+1
* None vs. 0 vs. "" fixes.Chris Lumens2006-01-091-5/+5
* Always write out a device name for RAID devices.Chris Lumens2006-01-091-0/+1
* * dmraid.py (dmDriveCache): add dmDriveCache class, to to managePeter Jones2005-12-111-1/+2
* - handle dmraid different from normal raid, so it's alive when wePeter Jones2005-11-171-1/+2
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-0/+7
* Use new logging system.Chris Lumens2005-08-121-13/+15
* 2005-07-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-081-5/+0
* 2005-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-13/+4
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-6/+21