Index: trunk/ubuntu/autoinstall/db.cfg |
— | — | @@ -2,21 +2,11 @@ |
3 | 3 | |
4 | 4 | # Implementation specific hack: |
5 | 5 | d-i partman-auto/init_automatically_partition select 20some_device__________/var/lib/partman/devices/=dev=sda |
6 | | -# ...instead of this: |
7 | | -#d-i partman-auto/init_automatically_partition select Erase entire disk: SCSI1 (0,0,0) (sda) - 73.4 GB SEAGATE ST373307LC |
8 | | - |
9 | 6 | d-i partman-auto/disk string /dev/sda |
10 | 7 | |
11 | 8 | d-i partman/choose_partition select Finish partitioning and write changes to disk |
12 | 9 | d-i partman/confirm boolean true |
13 | 10 | |
14 | | -# No swap is fine for squids |
15 | | -# This doesn't work and creates a loop |
16 | | -#d-i partman-basicfilesystems/no_swap boolean false |
17 | | - |
18 | | -# Do not format the last partition, use it to provide free space |
19 | | -d-i partman-basicmethods/method_only boolean false |
20 | | - |
21 | 11 | # Note, expert_recipe wants to fill up the entire disk |
22 | | -d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 jfs method{ keep } . |
| 12 | +d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 jfs method{ keep } use_filesystem { jfs } filesystem{ jfs } mountpoint { /a } . |
23 | 13 | d-i partman-auto/choose_recipe db |
Index: trunk/ubuntu/autoinstall/pmtpa-internal.cfg |
— | — | @@ -18,9 +18,10 @@ |
19 | 19 | d-i mirror/country string enter information manually |
20 | 20 | d-i mirror/http/hostname string apt.wikimedia.org |
21 | 21 | d-i mirror/http/directory string /ubuntu/ |
22 | | -d-i mirror/http/proxy string |
| 22 | +d-i mirror/http/proxy string http://khaldun.wikimedia.org:8080 |
23 | 23 | |
24 | 24 | d-i apt-setup/security_host string security.ubuntu.com |
| 25 | +d-i apt-setup/security-updates-failed note |
25 | 26 | |
26 | 27 | # ssmtp settings |
27 | 28 | ssmtp ssmtp/mailhub string goeje.wikimedia.org |