compass-adapters/cobbler/snippets/kickstart_network_config
xiaodongwang ae44332c69 update snippet to support preseed
Change-Id: I8442758ffaf3a55ec4773bf820bc4cdefb2e6452
2014-05-19 10:47:36 -07:00

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