summaryrefslogtreecommitdiffstats
path: root/storage/formats/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-221-0/+8
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-161-0/+13
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-091-0/+6
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+2
* Allow /boot to be on a variety of filesystems during kickstart (#529846).Chris Lumens2009-10-211-1/+1
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-081-0/+1
* Use the Platform's idea of what filesystem /boot can be on.Chris Lumens2009-08-201-2/+3
* Default to /boot on ext4Jeremy Katz2009-06-301-1/+1
* Add writeKS methods to all the format objects.Chris Lumens2009-05-121-0/+3
* Fix an error when raising FormatCreateException.Chris Lumens2009-04-281-1/+1
* Define the fd variable before it can ever be referenced (#496930).Chris Lumens2009-04-211-2/+7
* Close file descriptors when an error occurs.Joel Granados Moreno2009-04-101-0/+2
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-1/+0
* Handle system crappyness.Joel Granados Moreno2009-03-191-1/+6
* A getter doesn't usually take a parameter (#489965).Chris Lumens2009-03-121-1/+1
* Format modules import fixMartin Gracik2009-03-121-1/+1
* Fixed the format modules importMartin Gracik2009-03-121-3/+4
* Fix match on "name" attribute we can lookup by, eg: "software RAID".David Lehman2009-03-041-1/+1
* self_migratable -> self._migratableDavid Cantrell2009-03-021-1/+1
* Change partedFlags attribute to partedFlag.David Lehman2009-02-271-1/+1
* Various changes to format base class and fs base class.David Lehman2009-02-271-0/+22
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-21/+31
* Make it easy to specify a format's device at creation/setup time.David Lehman2009-02-241-6/+24
* Clean up imports and various typos, add header blocks as needed.David Lehman2009-02-231-4/+4
* Replace old storage modules.David Lehman2009-02-231-0/+308