summaryrefslogtreecommitdiffstats
path: root/snippets/network_config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-12-08 17:05:46 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-12-08 17:05:46 -0500
commit10846869ed0a2cf1744103c82dc0de410b01aec2 (patch)
tree22b49fb91866cc2c71254d48635a888b13069c96 /snippets/network_config
parentea00dea1b12b3d0d7a39d16378d7047529132785 (diff)
downloadcobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.tar.gz
cobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.tar.xz
cobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.zip
Move default password into settings, modify snippet to work when network interface has no MAC/IP or other details
Diffstat (limited to 'snippets/network_config')
-rw-r--r--snippets/network_config2
1 files changed, 2 insertions, 0 deletions
diff --git a/snippets/network_config b/snippets/network_config
index d04cc809..001aa506 100644
--- a/snippets/network_config
+++ b/snippets/network_config
@@ -56,6 +56,8 @@
#if $hostname != ""
#set $network_str = $network_str + " --hostname=" + $hostname
#end if
+ #else
+ #set $network_str = "--bootproto=dhcp"
#end if
## network details are populated from the cobbler system object
#if $is_vlan == "false"