summaryrefslogtreecommitdiffstats
path: root/command-stubs/list-harddrives-stub
Commit message (Collapse)AuthorAgeFilesLines
* Later pyparted will define DEVICE_DM, so change the test to use it.Chris Lumens2009-08-171-1/+1
|
* No longer use HAL in list-harddrives.Chris Lumens2009-08-041-31/+5
|
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-10/+38
| | | | | | | | | | Remove minihal.py and use NetworkManager to get a list of device names and their hardware addresses. Still have to talk to hal via D-Bus to build a description string, but the hal path is given to us by NetworkManager, so we are sure we are only building a list of interfaces that NetworkManager knows about and can communicate with. Also rewrite command-stubs/list-harddrives to not use minihal.
* Use minihal instead of isys.hardDriveDict in list-harddrives (#488122).Chris Lumens2009-03-171-32/+10
| | | | | | list-harddrives was completely broken in the new storage world. Incidentally, this patch also fixes the referenced bug by removing all the unnecessary imports that were dragging in zonetab.
* sector_size -> sectorSizeChris Lumens2009-02-121-1/+1
|
* Remove the last references to makeDevInode (#430784).Chris Lumens2008-01-291-6/+4
|
* GPLv2+ boilerplates for the command-stubs/ files.David Cantrell2007-12-171-0/+15
|
* Instead of detecting whether a device is removable or not, detect whetherChris Lumens2006-06-221-1/+1
| | | | | there is media present in devices where it may be removed. This should finish up getting USB installation working.
* Import anaconda_log (#187119).Chris Lumens2006-03-281-0/+1
|
* get python paths rightMike Fulbright2002-08-161-1/+9
|
* simple script to scan and list harddrives for use in kickstartMike Fulbright2002-08-161-0/+37