From 0d6dc1122db41256a79aef2c4f6dea0ca5813688 Mon Sep 17 00:00:00 2001
From: Weidong Shao <weidong.shao@huawei.com>
Date: Sat, 11 Jan 2014 00:29:13 +0000
Subject: [PATCH] Update network config script

---
 cobbler/snippets/post_install_network_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cobbler/snippets/post_install_network_config b/cobbler/snippets/post_install_network_config
index 21c7202..bf889bc 100644
--- a/cobbler/snippets/post_install_network_config
+++ b/cobbler/snippets/post_install_network_config
@@ -207,7 +207,7 @@ echo "TYPE=Ethernet" >> $devfile
 #          the kernel gives an interface a different name
 #          following a reboot/hardware changes.
             #end if
-echo "BOOTPROTO=none" >> $devfile
+echo "BOOTPROTO=static" >> $devfile
             #if $ip != "" and $iface_type not in ("slave","bond_slave","bridge_slave","bonded_bridge_slave")
                 ## Only configure static networking if an IP-address is configured
                 ## and if the interface isn't slaved to another interface (bridging or bonding)