summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Expand)AuthorAgeFilesLines
* Remove getDasdDevPort() and getDasdState() from isys.py.David Cantrell2010-02-221-43/+0
* Remove isys/dasd.c, functions no longer needed in isys.David Cantrell2010-02-221-9/+0
* Remove no longer used isys EDD codeHans de Goede2010-01-281-79/+0
* pylint error fixes round 2Hans de Goede2010-01-141-2/+1
* Add a function to get paths to loaded modulesMartin Sivak2010-01-081-0/+10
* opts should always be treated as a list inside isys.mount().Chris Lumens2010-01-051-1/+1
* Include error messages when logging selinux context get/set failures.David Lehman2009-12-151-4/+4
* Catch failures to set selinux contexts so it doesn't cause a crash.David Lehman2009-12-151-2/+6
* Fix typo logging failure to get default file context.David Lehman2009-12-151-1/+1
* Nothing has a kernel-smp anymore so none of this code is useful.Chris Lumens2009-12-101-7/+0
* Use selinux python module for file context operations.David Lehman2009-12-081-3/+10
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-2/+5
* Do not traceback if network device doesn't have HwAddress property (#506013).Radek Vykydal2009-10-131-2/+7
* Remove some unused isys methods.Chris Lumens2009-09-291-60/+0
* Make anaconda know its version number (#520061)David Cantrell2009-09-041-0/+3
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-1/+1
* The names of a couple basic udev methods has changed.Chris Lumens2009-08-041-2/+2
* Log when we unmount filesystems so we have a match for mount messages.Chris Lumens2009-07-301-0/+1
* Catch None devsJeremy Katz2009-07-291-1/+3
* NM no longer exposes information through HAL (#514501).Chris Lumens2009-07-291-17/+14
* Switch to using iutil.isS390 instead of rhpl.getArchJeremy Katz2009-07-011-2/+1
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-2/+36
* make resetFileContext return the context setWill Woods2009-05-011-2/+3
* Fix EDD BIOS disk order detection in general and make it work with dmraidHans de Goede2009-04-081-6/+21
* Include filesystem type in mount log message.David Lehman2009-04-071-1/+1
* Remove isys.getDeviceByToken since it is no longer used.Chris Lumens2009-04-021-3/+0
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-181-3/+4
* Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).Chris Lumens2009-03-171-15/+7
* Get iscsi going with the new storage codeHans de Goede2009-03-171-9/+0
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-33/+0
* Updates to make existing code use the new storage module.David Lehman2009-02-231-353/+5
* Syntax fixes for the new pyparted.David Cantrell2009-02-121-1/+1
* Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083).Chris Lumens2008-12-081-0/+3
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-0/+7
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-2/+0
* Support ksdevice=link when booting from boot.iso.David Cantrell2008-10-021-0/+3
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-241-0/+3
* Fix a traceback when getting the interface settings (#462592).Chris Lumens2008-09-221-1/+1
* Remove code from isys not needed for NetworkManager.David Cantrell2008-09-151-50/+0
* Write out final ifcfg-DEVICE files correctly.David Cantrell2008-09-151-0/+35
* On HDISO installs, mark LABEL= and UUID= partitions as protected.Chris Lumens2008-09-151-0/+3
* Fix iscsi disk detection with newer kernels (rh 461839, 461841)Hans de Goede2008-09-151-1/+1
* Use print() as a function.Peter Jones2008-09-081-1/+1
* Define the NM_STATE_* constants in isys.pyDavid Cantrell2008-08-281-0/+6
* Expand getDeviceProperties to return all devices.David Cantrell2008-08-261-10/+18
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-251-49/+48
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-251-1/+29
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-251-15/+36
* Need to import rhpl for things like switching to pdb.Chris Lumens2008-08-191-0/+1
* Do not call _isys.vtActivate() on s390 or s390x platforms (#217563).David Cantrell2008-08-061-0/+2