summaryrefslogtreecommitdiffstats
path: root/minihal.py
Commit message (Collapse)AuthorAgeFilesLines
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-74/+0
| | | | | | | | | | 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.
* Workaround MMC block devs showing up not as disks from hal (#481431)Jeremy Katz2009-02-031-0/+4
|
* We've always expected devices to be strings, not unicode (#443040)Jeremy Katz2008-04-181-3/+3
| | | | | anaconda has had an assumption that device names are strings and not unicode strings. Do the conversion when we get them
* Have a fallback empty description for devices (#432362)Jeremy Katz2008-03-271-0/+1
|
* Use non-deprecated HAL properties.Bill Nottingham2008-02-261-2/+2
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+15
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* Add some utility functions that wrap HAL operations we need.Bill Nottingham2007-12-071-0/+61