summaryrefslogtreecommitdiffstats
path: root/partitions.py
Commit message (Expand)AuthorAgeFilesLines
* Use one passphrase for all new LUKS devices and offer retrofit to old ones.David Lehman2008-09-151-35/+54
* Handle preexisting swraid w/ encrypted member disks/partitions.David Lehman2008-08-261-1/+8
* Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430)David Lehman2008-08-191-0/+12
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-7/+26
* First crack at upgrade of systems with encrypted block devices. (#437604)David Lehman2008-08-131-1/+0
* In kickstart, prompt for new LUKS dev passphrase if not specified. (#446930)David Lehman2008-08-131-0/+33
* Consider clearpart and ignoredisk when scanning for encrypted partitions.David Lehman2008-08-131-0/+7
* Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated yet,Peter Jones2008-08-131-6/+13
* Fix a string typo.Chris Lumens2008-08-081-1/+1
* Use attributes to tell us whether filesystems are bootable (#457037).Chris Lumens2008-07-291-6/+2
* Move all the exceptions into a single file.Chris Lumens2008-06-091-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-5/+25
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-3/+4
* Bootable requests can not be on logical volumes (#439270).Chris Lumens2008-04-011-1/+4
* Handle fstype munging in isys.readFSType instead of in various other places.David Lehman2008-03-281-7/+4
* Fix a typo in new encrypted LV code.David Lehman2008-03-281-1/+1
* Improve handling of logical volume device names when encrypted.David Lehman2008-03-281-2/+3
* Add support for discovery of preexisting LUKS encrypted devices.David Lehman2008-03-281-8/+83
* Support reading the UUID from the disk like we do with labels.Chris Lumens2008-03-181-1/+1
* Fix traceback with preexisting LUKS partitions in setFromDisk. (part of #437858)David Lehman2008-03-171-15/+16
* 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