kadischi/post_install_scripts 06sysconfig.py,1.4,1.5

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Fri Sep 1 23:16:25 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/post_install_scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24146/kadischi/post_install_scripts

Modified Files:
	06sysconfig.py 
Log Message:
Erase HWADDR MAC ID from Anaconda, don't do DHCP for all builds


Index: 06sysconfig.py
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/06sysconfig.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 06sysconfig.py	1 Sep 2006 18:08:38 -0000	1.4
+++ 06sysconfig.py	1 Sep 2006 23:16:23 -0000	1.5
@@ -37,9 +37,7 @@
 
 def tweak_network_config (rootdir):
     shf = sysconfig_file (rootdir, "network-scripts/ifcfg-eth0")
-    shf["DEVICE"] = "eth0"
-    shf["BOOTPROTO"] = "dhcp"
-    shf["ONBOOT"] = "yes"
+    shf["HWADDR"] = ""
     shf.write ()
 
 def tweak_kudzu_config (rootdir):




More information about the scm-commits mailing list