summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
...
* Another try at fixing up reading errors from mount.Chris Lumens2008-09-291-1/+4
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-242-0/+17
* Fix a traceback when getting the interface settings (#462592).Chris Lumens2008-09-221-1/+1
* Remove doConfigNetDevice() prototype.David Cantrell2008-09-151-1/+0
* Remove code from isys not needed for NetworkManager.David Cantrell2008-09-152-143/+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-152-0/+22
* 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
* Use struct audit_reply instead of struct auditd_reply_listDavid Cantrell2008-09-061-6/+3
* Make NM work for the DHCP case, at least (dcbw) (#461071).Chris Lumens2008-09-052-6/+94
* iface_start_NetworkManager() cleanupsDavid Cantrell2008-09-052-4/+2
* Define the NM_STATE_* constants in isys.pyDavid Cantrell2008-08-281-0/+6
* Removed iface_dns_lookup()David Cantrell2008-08-282-62/+0
* Rewrite iface_ip2str() to talk to NetworkManager over D-BusDavid Cantrell2008-08-283-106/+127
* Fix err handling in doMultiMount()David Cantrell2008-08-271-4/+15
* Remove isys.getopt()David Cantrell2008-08-261-148/+0
* Expand getDeviceProperties to return all devices.David Cantrell2008-08-261-10/+18
* Remove unused silo code that wouldn't even build if it were used.Chris Lumens2008-08-262-904/+0
* Remove some really old, really unused code.Chris Lumens2008-08-262-63/+0
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-262-0/+20
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-252-63/+48
* Do not include wireless.hDavid Cantrell2008-08-251-1/+0
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-255-112/+30
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-252-42/+36
* Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.David Cantrell2008-08-254-21/+3
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-256-391/+521
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-253-16/+31
* Need to import rhpl for things like switching to pdb.Chris Lumens2008-08-191-0/+1
* lang: kill xen keymap hackMark McLoughlin2008-08-081-2/+0
* 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
* Display capslock status correctly (#442258)David Cantrell2008-08-042-1/+24
* MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers.Chris Lumens2008-07-231-3/+3
* Offer physical NIC identification in stage 1 (#261101)David Cantrell2008-07-222-0/+26
* Fix loadkeys on serial consoleNiels de Vos2008-07-171-1/+1
* Set interface MTU if user specified mtu= param (#435874)David Cantrell2008-07-162-0/+50
* Get the rest of the psudo->pseudo changes (#453843)Jeremy Katz2008-07-021-2/+2
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-273-19/+54
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-273-3/+11
* Use strtol() instead of atoi()David Cantrell2008-06-263-5/+51
* Spell pseudo correctly.Peter Jones2008-06-261-3/+3
* 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
|/
* Print our mount commands to /dev/tty5 for easier debugging.Chris Lumens2008-04-031-0/+4