I have orchestra setup to make install through the network.
on my kickstart file I have this
# Static network configuration.
d-i netcfg/get_nameservers string 10.1.1.249
d-i netcfg/get_ipaddress string $static_ip
d-i netcfg/get_netmask string 255.0.0.0
d-i netcfg/get_gateway string 10.1.1.11
d-i netcfg/confirm_static boolean true
The static_ip value I have set on system -> kickstart metadata like
static_ip=10.1.1.8
But this config has no effect on the installation. What is wrong on this configuration? I am trying to install ubuntu 11.10