r18447 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18446‎ | r18447 | r18448 >
Date:15:09, 19 December 2006
Author:mark
Status:old
Tags:
Comment:
* Improve partitioning for DB configs
* Preseed the security server unreachability warning
* Use a proxy server to reach external webservers from inside
Modified paths:
  • /trunk/ubuntu/autoinstall/db.cfg (modified) (history)
  • /trunk/ubuntu/autoinstall/pmtpa-internal.cfg (modified) (history)

Diff [purge]

Index: trunk/ubuntu/autoinstall/db.cfg
@@ -2,21 +2,11 @@
33
44 # Implementation specific hack:
55 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 -
96 d-i partman-auto/disk string /dev/sda
107
118 d-i partman/choose_partition select Finish partitioning and write changes to disk
129 d-i partman/confirm boolean true
1310
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 -
2111 # 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 } .
2313 d-i partman-auto/choose_recipe db
Index: trunk/ubuntu/autoinstall/pmtpa-internal.cfg
@@ -18,9 +18,10 @@
1919 d-i mirror/country string enter information manually
2020 d-i mirror/http/hostname string apt.wikimedia.org
2121 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
2323
2424 d-i apt-setup/security_host string security.ubuntu.com
 25+d-i apt-setup/security-updates-failed note
2526
2627 # ssmtp settings
2728 ssmtp ssmtp/mailhub string goeje.wikimedia.org