index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
network.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write out NM_CONTROLLED=no for NICs used for FCoE
Hans de Goede
2009-07-09
1
-2
/
+2
*
Update /etc/hosts with hostname for loopback IP address (#506384)
Radek Vykydal
2009-07-07
1
-0
/
+23
*
Move simpleconfig (back) into anaconda from rhpl
Jeremy Katz
2009-07-01
1
-3
/
+1
*
Test NM_CONTROLLED setting correctly in network.py (#502466)
David Cantrell
2009-06-02
1
-4
/
+5
*
Write out correct hostname during LiveCD installs (#492515)
David Cantrell
2009-05-06
1
-4
/
+5
*
Avoid writing out NAME= in ifcfg files (#497485)
David Cantrell
2009-05-05
1
-1
/
+1
*
Collect network interfaces from NetworkManager (#493995)
David Cantrell
2009-05-04
1
-21
/
+19
*
Do not write /etc/hosts since setup owns that now (#491808)
David Cantrell
2009-03-30
1
-46
/
+15
*
Tell NM not to touch interfaces when / is on a network disk
Hans de Goede
2009-03-17
1
-5
/
+8
*
Fix testing for whether a device requires networking.
Chris Lumens
2009-03-04
1
-1
/
+2
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-2
/
+2
*
Fix a logic problem with network file write outs. (480769)
Jesse Keating
2009-01-21
1
-4
/
+4
*
Only skip (over)writing netconfig if we have an actual instPath
Jesse Keating
2009-01-15
1
-5
/
+5
*
Initialize domainname to None (#477831)
David Cantrell
2008-12-23
1
-0
/
+1
*
Only write the short hostname to the localhost line (#474086)
David Cantrell
2008-12-17
1
-8
/
+3
*
Copy /etc/dhclient-DEV.conf file to target system (#476364)
David Cantrell
2008-12-16
1
-2
/
+9
*
Do not write SEARCH line to ifcfg-DEVICE file (#474858)
David Cantrell
2008-12-05
1
-4
/
+0
*
Preserve existing network configuration files during install (#461550)
David Cantrell
2008-12-05
1
-77
/
+90
*
Prevent traceback for vnc installs on KVM guests (#470559)
David Cantrell
2008-11-08
1
-1
/
+4
*
Make sure we look up the IP address for the correct device (#469439)
David Cantrell
2008-11-03
1
-0
/
+30
*
Only copy /etc/resolv.conf if instPath != '/'
David Cantrell
2008-10-29
1
-1
/
+1
*
'is not' -> '!='
David Cantrell
2008-10-29
1
-1
/
+1
*
Write --dhcpclass instead of --class to the anaconda ks file.
Joel Granados Moreno
2008-10-29
1
-1
/
+1
*
Let DNS lookups work from %post scripts (#468132)
David Cantrell
2008-10-27
1
-1
/
+4
*
Do not use /.tmp for temporary files (#468720)
David Cantrell
2008-10-27
1
-17
/
+13
*
Fix traceback in network.bringUp() (#468651)
David Cantrell
2008-10-26
1
-4
/
+5
*
Tell NetworkManager not to touch network interfaces when / is a netfs
Hans de Goede
2008-10-24
1
-1
/
+9
*
Fix a typo when using network --gateway (#468364).
Chris Lumens
2008-10-24
1
-1
/
+1
*
Do not write NM_CONTROLLED=yes to ifcfg files (#468028)
David Cantrell
2008-10-22
1
-1
/
+0
*
Handle unknown hosts in getDefaultHostname (#466775)
David Cantrell
2008-10-14
1
-3
/
+8
*
Try to look up the hostname by the IP address NM reports (#466775)
David Cantrell
2008-10-14
1
-0
/
+36
*
NM no longer provides the hostname as a property (#466775).
Chris Lumens
2008-10-14
1
-34
/
+1
*
Move persistent network udev rule to under /etc (#464844).
Chris Lumens
2008-10-14
1
-4
/
+4
*
Import shutil and fix typos in network.py.
David Cantrell
2008-10-10
1
-1
/
+2
*
Write new sysconfig data to a tmpdir first, then move in place.
David Cantrell
2008-10-10
1
-22
/
+53
*
Fix a traceback when there's no ksdevice given (#465638).
Chris Lumens
2008-10-06
1
-0
/
+3
*
Support ksdevice=link when booting from boot.iso.
David Cantrell
2008-10-02
1
-1
/
+3
*
Automatically select NIC based on ksdevice= boot parameter.
David Cantrell
2008-10-02
1
-5
/
+21
*
If there aren't any usable NICs, don't write out a config (#465127).
Chris Lumens
2008-10-01
1
-0
/
+3
*
Update FQDN patch to fix a couple tracebacks (#464191).
Chris Lumens
2008-09-30
1
-5
/
+10
*
Allow users to enter a hostname or FQDN during installation (#464191)
David Cantrell
2008-09-29
1
-22
/
+35
*
Fix test for an empty hostname.
Chris Lumens
2008-09-29
1
-1
/
+1
*
Bring back isys.resetResolv() and fix NetworkManager polling in network.py.
David Cantrell
2008-09-24
1
-1
/
+3
*
Poll 'State' property from NetworkManager in network.bringUp()
David Cantrell
2008-09-24
1
-1
/
+21
*
Get rid of firstnetdevice in Network
David Cantrell
2008-09-24
1
-12
/
+0
*
Do not write /lib/udev.d rules if instPath is ''
David Cantrell
2008-09-24
1
-22
/
+23
*
Fix problems with bringDeviceUp() calls (#463512)
David Cantrell
2008-09-24
1
-5
/
+1
*
Pick up hostname if we have it, otherwise use localhost.localdomain (#461933)
David Cantrell
2008-09-18
1
-2
/
+35
*
Expand getDefaultHostname()
David Cantrell
2008-09-18
1
-2
/
+2
*
Add getDefaultHostname() to network.py
David Cantrell
2008-09-18
1
-0
/
+13
[next]