summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Expand)AuthorAgeFilesLines
* Only copy /etc/resolv.conf if instPath != '/'David Cantrell2008-10-291-1/+1
* 'is not' -> '!='David Cantrell2008-10-291-1/+1
* Write --dhcpclass instead of --class to the anaconda ks file.Joel Granados Moreno2008-10-291-1/+1
* Let DNS lookups work from %post scripts (#468132)David Cantrell2008-10-271-1/+4
* Do not use /.tmp for temporary files (#468720)David Cantrell2008-10-271-17/+13
* Fix traceback in network.bringUp() (#468651)David Cantrell2008-10-261-4/+5
* Tell NetworkManager not to touch network interfaces when / is a netfsHans de Goede2008-10-241-1/+9
* Fix a typo when using network --gateway (#468364).Chris Lumens2008-10-241-1/+1
* Do not write NM_CONTROLLED=yes to ifcfg files (#468028)David Cantrell2008-10-221-1/+0
* Handle unknown hosts in getDefaultHostname (#466775)David Cantrell2008-10-141-3/+8
* Try to look up the hostname by the IP address NM reports (#466775)David Cantrell2008-10-141-0/+36
* NM no longer provides the hostname as a property (#466775).Chris Lumens2008-10-141-34/+1
* Move persistent network udev rule to under /etc (#464844).Chris Lumens2008-10-141-4/+4
* Import shutil and fix typos in network.py.David Cantrell2008-10-101-1/+2
* Write new sysconfig data to a tmpdir first, then move in place.David Cantrell2008-10-101-22/+53
* Fix a traceback when there's no ksdevice given (#465638).Chris Lumens2008-10-061-0/+3
* Support ksdevice=link when booting from boot.iso.David Cantrell2008-10-021-1/+3
* Automatically select NIC based on ksdevice= boot parameter.David Cantrell2008-10-021-5/+21
* If there aren't any usable NICs, don't write out a config (#465127).Chris Lumens2008-10-011-0/+3
* Update FQDN patch to fix a couple tracebacks (#464191).Chris Lumens2008-09-301-5/+10
* Allow users to enter a hostname or FQDN during installation (#464191)David Cantrell2008-09-291-22/+35
* Fix test for an empty hostname.Chris Lumens2008-09-291-1/+1
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-241-1/+3
* Poll 'State' property from NetworkManager in network.bringUp()David Cantrell2008-09-241-1/+21
* Get rid of firstnetdevice in NetworkDavid Cantrell2008-09-241-12/+0
* Do not write /lib/udev.d rules if instPath is ''David Cantrell2008-09-241-22/+23
* Fix problems with bringDeviceUp() calls (#463512)David Cantrell2008-09-241-5/+1
* Pick up hostname if we have it, otherwise use localhost.localdomain (#461933)David Cantrell2008-09-181-2/+35
* Expand getDefaultHostname()David Cantrell2008-09-181-2/+2
* Add getDefaultHostname() to network.pyDavid Cantrell2008-09-181-0/+13
* NetworkManager fixes in network.pyDavid Cantrell2008-09-151-136/+63
* Avoid writing out NM_CONTROLLED more than once.David Cantrell2008-09-151-3/+3
* Write out final ifcfg-DEVICE files correctly.David Cantrell2008-09-151-25/+19
* Use POSIX and LSB hostname length limit.David Cantrell2008-09-151-4/+2
* Consistent whitespace usage in network.pyDavid Cantrell2008-09-151-78/+78
* Add overrideDHCPhostname as an attribute.Chris Lumens2008-09-081-0/+1
* Fail gracefully if we can't talk to NetworkManager over DBus.David Cantrell2008-09-051-26/+31
* Remove references to isConfigured in network.pyDavid Cantrell2008-08-281-8/+3
* Do not call has_key() on NetworkDevice, use isys.NM_*David Cantrell2008-08-271-15/+16
* Add missing () to function definitions.David Cantrell2008-08-271-2/+2
* Gather network settings from NetworkManager and ifcfg files.David Cantrell2008-08-271-77/+113
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-36/+52
* udev rules have changed location (#458570).Chris Lumens2008-08-111-4/+4
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Write per-interface DNS info to ifcfg files (#443244)David Cantrell2008-04-281-0/+14
* Clean up sanityCheckHostname() in network.pyDavid Cantrell2008-04-281-13/+12
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-1/+3
* Write IPv6 values to /etc/sysconfig/... correctly (#433290)David Cantrell2008-04-181-18/+50
* Include KERNEL== in udev rules (#440568)David Woodhouse2008-04-151-2/+10
* In rescue mode, show interface configuration (#429953)David Cantrell2008-02-081-2/+2