summaryrefslogtreecommitdiffstats
path: root/storage/formats/swap.py
Commit message (Expand)AuthorAgeFilesLines
* Show the correct device path when formatting as swap or luks.David Lehman2010-02-161-1/+2
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-221-0/+6
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-161-0/+6
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+2
* Display progress or wait window when formatting devices.David Lehman2009-11-301-4/+18
* Set parted filesystemtype for swap partitionsHans de Goede2009-10-141-1/+2
* Add --label to anaconda-ks.cfg if needed (#526223).Chris Lumens2009-10-051-0/+3
* Support a force=True argument on SwapSpace.create()David Cantrell2009-09-041-2/+6
* Add writeKS methods to all the format objects.Chris Lumens2009-05-121-0/+3
* Fix handling of priority option from swap fstab entries. (#494992)David Lehman2009-04-091-2/+5
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-251-3/+1
* Make sure _name is None so _type gets used by name property.David Lehman2009-03-021-0/+1
* Change partedFlags attribute to partedFlag.David Lehman2009-02-271-1/+1
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-5/+11
* Make it easy to specify a format's device at creation/setup time.David Lehman2009-02-241-0/+2
* Clean up imports and various typos, add header blocks as needed.David Lehman2009-02-231-6/+6
* Replace old storage modules.David Lehman2009-02-231-0/+137