summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/devicelibs/loop.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-89/+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-5/+1
* Use sysfs instead of losetup to find loop devs' backing files.David Lehman2011-01-111-11/+5
* Don't crash if losetup doesn't know anything about a device. (#662513)David Lehman2010-12-131-1/+1
* Add support for installing onto block device image files.David Lehman2010-12-021-3/+3
* Add support for loop devices.David Lehman2010-12-021-0/+99