summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the device name starts with /dev (#430811).Chris Lumens2008-01-301-0/+6
* When starting RAID arrays, the device node may not already exist.Bill Nottingham2008-01-221-1/+4
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-3/+3
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-9/+16
* makeDevInode no longer exists.Chris Lumens2007-12-101-3/+1
* Use HAL to probe for disks. Add a removableDriveDict for use by the exception...Bill Nottingham2007-12-071-32/+30
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-41/+6
* Get out of the business of creating device nodes.Bill Nottingham2007-12-071-24/+0
* Probe for LVM fstype since we don't get that out of libblkid (#409321)Jeremy Katz2007-12-031-1/+24
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-031-164/+5
* Create device nodes in /dev.Chris Lumens2007-10-261-3/+1
* 2007-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-251-0/+5
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-1/+1
* - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-181-1/+18
* * iutil.py (makeDriveDeviceNodes): create all variations of tape drivedlehman2007-09-171-1/+7
* Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,Chris Lumens2007-07-301-107/+151
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-0/+3
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-07-111-2/+8