diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/network_config | 2 |
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 |