[Bug 1801781] Re: Ubuntu Kickstart networking deprecated since v18.04+

2020-01-27 Thread James Osborne
Oh, and it seems that NTP settings in the kickstart configuration also do not propagate into the VM config. AFAIK, this stanza should configure the NTP server: # System timezone timezone --utc Etc/UTC --ntpservers=10.10.40.20 The timezone is correctly configured, but the server not. -- You rece

[Bug 1801781] Re: Ubuntu Kickstart networking deprecated since v18.04+

2020-01-25 Thread James Osborne
Adding some information from my testing today with 18.04.3 server in a KVM-based VM. In my kickstart file, I have the following line: network --bootproto=static --device=52:54:00:14:32:fb --ip=10.10.20.251 --netmask=255.255.255.0 --gateway=10.10.20.1 --nameserver=10.10.20.1,1.1.1.1 --hostname=test