summaryrefslogtreecommitdiffstats
path: root/snippets
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:59:07 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:59:25 -0500
commitba660a8e83a9b7988096f1eab779605e1e13752c (patch)
treed76ae0dfcf138c4b1a6d7173fef8482d4868b9a0 /snippets
parent9737d64a2c95daa40e614805400a8665ba1aae02 (diff)
downloadcobbler-ba660a8e83a9b7988096f1eab779605e1e13752c.tar.gz
cobbler-ba660a8e83a9b7988096f1eab779605e1e13752c.tar.xz
cobbler-ba660a8e83a9b7988096f1eab779605e1e13752c.zip
Simon's patch to fix network snippet.
Diffstat (limited to 'snippets')
-rw-r--r--snippets/network_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/network_config b/snippets/network_config
index 001aa506..a1ab5e43 100644
--- a/snippets/network_config
+++ b/snippets/network_config
@@ -61,7 +61,7 @@
#end if
## network details are populated from the cobbler system object
#if $is_vlan == "false"
-network $network_str --device=eth$i --onboot=on
+network $network_str --device=$iname --onboot=on
#end if
#end for
#end if