summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/formats/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-438/+0
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-6/+6
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-3/+1
* Remove filesystem migration code.David Lehman2013-01-281-11/+0
* Update default fs type code (#855401).Chris Lumens2013-01-161-1/+5
* Add support for named md devices.David Lehman2012-08-301-0/+7
* Remove unused writeKS methods.Chris Lumens2012-08-131-3/+0
* log tracebacks from importing formatsBrian C. Lane2012-02-091-1/+3
* Remove unused attribute 'bootable' from DeviceFormat classes.David Lehman2011-08-231-6/+0
* Fix a bunch of stupid little errors pylint caught.Chris Lumens2011-07-221-1/+1
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-9/+2
* Convert Device, DeviceFormat __str__ to __repr__ and add __str__.David Lehman2011-05-171-1/+15
* Allow DeviceFormat.cacheMajorminor to fail without an exception.Ales Kozumplik2011-04-261-3/+15
* Cache the value of Format.majorminor().Ales Kozumplik2011-04-151-12/+23
* Support cciss devices in get_sysfs_path_by_name().Ales Kozumplik2011-02-181-2/+2
* Clean up a bunch of exception handling code.David Lehman2011-02-161-3/+3
* Let dm_node_from_name admit it's defeated.Ales Kozumplik2011-01-271-1/+1
* logging: get rid of storage_log.pyAles Kozumplik2011-01-101-1/+1
* Use a different method to get the sysfs_path for device-mapper devices (#6656...Chris Lumens2011-01-051-1/+9
* Fix looking up storage device IDs when writing out anaconda-ks.cfg (#591713).Chris Lumens2010-12-161-0/+9
* Use wipefs from util-linux-ng instead of dd to wipe old sigs.David Lehman2010-12-071-24/+15
* Make sure multipathd starts on systems using mpath storage (#615040)David Cantrell2010-07-281-0/+6
* modules: necessary changes to the import statements under storage/Ales Kozumplik2010-06-231-2/+2
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+403