Project

General

Profile

« Previous | Next » 

Revision b6a1625c

Added by Dominic Cleal over 8 years ago

templates - sync from community-templates

View differences:

app/views/unattended/preseed/provision.erb
<% unless dhcp -%>
# Static network configuration.
d-i preseed/early_command string /bin/killall.sh; /bin/netcfg
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Configure network manually
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_ipaddress string <%= @host.ip %>
d-i netcfg/get_netmask string <%= subnet.mask %>

Also available in: Unified diff