summaryrefslogtreecommitdiffstats
path: root/isys
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-225-222/+1
* Remove no longer used isys EDD codeHans de Goede2010-01-282-103/+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
* Fixes problems in the manual network configuration screen in loader with IPv6.Ales Kozumplik2010-01-071-1/+1
* 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
* Remove smp.c from the Makefile.am, too.Chris Lumens2009-12-101-1/+1
* Nothing has a kernel-smp anymore so none of this code is useful.Chris Lumens2009-12-104-701/+0
* Remove unused selinux file context functions from isys.David Lehman2009-12-081-46/+0
* Use selinux python module for file context operations.David Lehman2009-12-081-3/+10
* sundries.h is no longer used.Chris Lumens2009-12-062-89/+1
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-2/+5
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-192-5/+50
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-182-2/+1
* isys: remove stray debug printf (#533597)Hans de Goede2009-11-091-1/+0
* Fix logging of isys mount/umount into program.log.Radek Vykydal2009-10-301-1/+1
* Do not traceback if network device doesn't have HwAddress property (#506013).Radek Vykydal2009-10-131-2/+7
* Clear out state before calling XkbGetState.Chris Lumens2009-10-081-0/+1
* Force interface up before checking link status (#525071).David Cantrell2009-10-011-0/+14
* Remove some unused isys methods.Chris Lumens2009-09-292-142/+0
* Make anaconda know its version number (#520061)David Cantrell2009-09-043-2/+12
* The vtoc.h header has moved from the kernel to s390utils (karsten, #520830).Chris Lumens2009-09-031-2/+1
* 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
* You must be this tall to ride.Bill Nottingham2009-07-101-7/+3
* We also need -DUSESELINUX if we want to call matchPathContext.Chris Lumens2009-07-071-1/+1
* Add missing LAYER2 and PORTNO handling for s390x.David Cantrell2009-07-062-0/+4
* Include the rest of the libs isys needs to link against (#509572).Chris Lumens2009-07-061-1/+2
* Switch to using iutil.isS390 instead of rhpl.getArchJeremy Katz2009-07-011-2/+1
* Convert isys/ to Makefile.amDavid Cantrell2009-06-092-90/+53
* Fix off-by-one errors in read.Bill Nottingham2009-05-271-4/+4
* Add a function to convert MAC addresses to device names.Chris Lumens2009-05-222-0/+53
* Fix blank network device descriptions in the loader. (#501757)Bill Nottingham2009-05-201-0/+1
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-2/+36
* make resetFileContext return the context setWill Woods2009-05-011-2/+3
* Configure network in kickstartNetworkUp() iff NM is not connected (#490518)David Cantrell2009-04-302-0/+26
* Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)David Cantrell2009-04-081-7/+26
* Add doPwUmount() and mountCommandWrapper() to isys (#493333)David Cantrell2009-04-082-45/+89
* Fix EDD BIOS disk order detection in general and make it work with dmraidHans de Goede2009-04-082-12/+48
* 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-022-22/+0
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-1/+1
* Work around gcc bug #492973David Cantrell2009-03-301-1/+1