Index: trunk/ubuntu/autoinstall/pmtpa.cfg |
— | — | @@ -3,8 +3,9 @@ |
4 | 4 | # Select interface that has a link |
5 | 5 | d-i netcfg/choose_interface select auto |
6 | 6 | |
7 | | -d-i netcfg/get_hostname string unassigned-hostname |
8 | | -d-i netcfg/get_domain string unassigned-domain |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string wikimedia.org |
9 | 10 | |
10 | 11 | d-i netcfg/disable_dhcp boolean true |
11 | 12 | # ip address is taken from DHCP, rest is set here |
— | — | @@ -22,6 +23,9 @@ |
23 | 24 | |
24 | 25 | d-i apt-setup/security_host string security.ubuntu.com |
25 | 26 | |
| 27 | +# NTP |
| 28 | +d-i clock-setup/ntp-server string ntp.pmtpa.wikimedia.org |
| 29 | + |
26 | 30 | # ssmtp settings |
27 | 31 | ssmtp ssmtp/mailhub string smtp.pmtpa.wmnet |
28 | 32 | ssmtp ssmtp/fromoverride boolean true |
Index: trunk/ubuntu/autoinstall/pmtpa-internal.cfg |
— | — | @@ -3,8 +3,9 @@ |
4 | 4 | # Select interface that has a link |
5 | 5 | d-i netcfg/choose_interface select auto |
6 | 6 | |
7 | | -d-i netcfg/get_hostname string unassigned-hostname |
8 | | -d-i netcfg/get_domain string unassigned-domain |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string pmtpa.wmnet |
9 | 10 | |
10 | 11 | d-i netcfg/disable_dhcp boolean true |
11 | 12 | # ip address is taken from DHCP, rest is set here |
— | — | @@ -23,6 +24,9 @@ |
24 | 25 | d-i apt-setup/security_host string security.ubuntu.com |
25 | 26 | d-i apt-setup/security-updates-failed note |
26 | 27 | |
| 28 | +# NTP |
| 29 | +d-i clock-setup/ntp-server string ntp.pmtpa.wikimedia.org |
| 30 | + |
27 | 31 | # ssmtp settings |
28 | 32 | ssmtp ssmtp/mailhub string smtp.pmtpa.wmnet |
29 | 33 | ssmtp ssmtp/fromoverride boolean true |
Index: trunk/ubuntu/autoinstall/pmtpa-squid.cfg |
— | — | @@ -3,8 +3,9 @@ |
4 | 4 | # Select interface that has a link |
5 | 5 | d-i netcfg/choose_interface select auto |
6 | 6 | |
7 | | -d-i netcfg/get_hostname string unassigned-hostname |
8 | | -d-i netcfg/get_domain string unassigned-domain |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string wikimedia.org |
9 | 10 | |
10 | 11 | d-i netcfg/disable_dhcp boolean true |
11 | 12 | # ip address is taken from DHCP, rest is set here |
Index: trunk/ubuntu/autoinstall/knams.cfg |
— | — | @@ -11,8 +11,10 @@ |
12 | 12 | d-i netcfg/get_nameservers string 91.198.174.6 208.80.152.131 |
13 | 13 | d-i netcfg/confirm_static boolean true |
14 | 14 | |
15 | | -d-i netcfg/get_hostname string unassigned-hostname |
16 | | -d-i netcfg/get_domain string unassigned-domain |
| 15 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 16 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 17 | +d-i netcfg/get_domain string knams.wikimedia.org |
| 18 | + |
17 | 19 | d-i netcfg/wireless_wep string |
18 | 20 | |
19 | 21 | ### Mirror settings |
— | — | @@ -24,6 +26,9 @@ |
25 | 27 | |
26 | 28 | d-i apt-setup/security_host string security.ubuntu.com |
27 | 29 | |
| 30 | +# NTP |
| 31 | +d-i clock-setup/ntp-server string ntp.knams.wikimedia.org |
| 32 | + |
28 | 33 | # ssmtp settings |
29 | 34 | ssmtp ssmtp/mailhub string pascal.knams.wikimedia.org |
30 | 35 | ssmtp ssmtp/fromoverride boolean true |
Index: trunk/ubuntu/autoinstall/yaseo.cfg |
— | — | @@ -10,8 +10,9 @@ |
11 | 11 | d-i netcfg/get_nameservers string 203.212.189.251 208.80.152.131 |
12 | 12 | d-i netcfg/confirm_static boolean true |
13 | 13 | |
14 | | -d-i netcfg/get_hostname string unassigned-hostname |
15 | | -d-i netcfg/get_domain string unassigned-domain |
| 14 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 15 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 16 | +d-i netcfg/get_domain string yaseo.wikimedia.org |
16 | 17 | d-i netcfg/wireless_wep string |
17 | 18 | |
18 | 19 | ### Mirror settings |
— | — | @@ -22,6 +23,9 @@ |
23 | 24 | |
24 | 25 | d-i apt-setup/security_host string security.ubuntu.com |
25 | 26 | |
| 27 | +# NTP |
| 28 | +d-i clock-setup/ntp-server string ntp.yaseo.wikimedia.org |
| 29 | + |
26 | 30 | # ssmtp settings |
27 | 31 | ssmtp ssmtp/mailhub string smtp.yaseo.wikimedia.org |
28 | 32 | ssmtp ssmtp/fromoverride boolean true |