compass-adapters/cobbler/snippets/kickstart_network_config

8 lines
300 B
Plaintext

## start of cobbler network_config generated code
#if $getVar("system_name","") != ""
# Using "new" style networking config, by matching networking information to the physical interface's
# MAC-address
%include /tmp/pre_install_network_config
#end if
## end of cobbler network_config generated code