Continue with out a default route?

Posted by user2009 on Ask Ubuntu See other posts from Ask Ubuntu or by user2009
Published on 2012-10-18T06:51:34Z Indexed on 2012/12/14 23:22 UTC
Read the original article Hit count: 491

Filed under:
|

I am doing a complete unattended install of Ubuntu 12.04. I am doing static network configuration. Here is content for Static network configuration from the preseed file.

d-i netcfg/disable_dhcp boolean true
d-i netcfg/no_default_route boolean true
d-i netcfg/get_nameservers string 192.168.1.254
d-i netcfg/get_ipaddress string 192.168.1.13
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 192.168.1.1
d-i netcfg/confirm_static boolean true

Still is asking "Continue without a default route?". I have to say , then only installed is going ahead. Am passing preseed file via network (preseed/url). How to avoid this manual intervention? Does the order of netcfg statements matter?

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about preseed