From ba660a8e83a9b7988096f1eab779605e1e13752c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 6 Feb 2009 13:59:07 -0500 Subject: Simon's patch to fix network snippet. --- snippets/network_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') 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 -- cgit