summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it >= not > for the memory size comparison (#207573)Peter Jones2008-08-061-1/+1
* Allow float comparison between nic names in isys.py. (#246135)Joel Andres Granados2008-08-061-2/+2
* Don't traceback when trying to remove /mnt/sysimage (#227650).David Cantrell2008-08-061-1/+4
* Get the rest of the psudo->pseudo changes (#453843)Jeremy Katz2008-07-021-2/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-7/+6
* Actually use the mount flags passed to isys.mount()Peter Jones2008-04-091-2/+2
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-081-0/+4
|\
| * Don't treat RAID devices as "disks" to avoid lots of odd behavior (#438358)Jeremy Katz2008-04-081-0/+4
* | Use umask=0077,shortname=winnt on all vfat filesystems.Peter Jones2008-04-081-2/+2
|/
* Avoid AttributeError in HardDriveDict (#432362)Peter Jones2008-04-011-2/+8
* Handle fstype munging in isys.readFSType instead of in various other places.David Lehman2008-03-281-0/+2
* More ext4 vs ext4dev nonsense. (#435517)Jeremy Katz2008-02-291-0/+2
* Add support for getting UUID using libblkidJeremy Katz2008-02-241-0/+7
* the '-o' is appended to the mount command in imount.cJoel Andres Granados2008-02-201-1/+1
* Use the mount program instead of our own code.Chris Lumens2008-02-111-1/+13
* Check for device existence rather than starting with /devJeremy Katz2008-02-071-2/+2