Index: trunk/ubuntu/autoinstall/pmtpa.cfg |
— | — | @@ -16,11 +16,8 @@ |
17 | 17 | d-i netcfg/wireless_wep string |
18 | 18 | |
19 | 19 | d-i mirror/country string enter information manually |
20 | | -#d-i mirror/http/hostname string us.archive.ubuntu.com |
21 | | -#d-i mirror/http/hostname string ftp.ussg.iu.edu |
22 | | -d-i mirror/http/hostname string ftp.osuosl.org |
23 | | -d-i mirror/http/directory string /pub/ubuntu/ |
24 | | -#d-i mirror/http/directory string /ubuntu/ |
| 20 | +d-i mirror/http/hostname string apt.wikimedia.org |
| 21 | +d-i mirror/http/directory string /ubuntu/ |
25 | 22 | d-i mirror/http/proxy string |
26 | 23 | |
27 | 24 | # Suite to install. |
Index: trunk/ubuntu/autoinstall/squid.cfg |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | d-i partman-basicmethods/method_only boolean false |
21 | 21 | |
22 | 22 | # Note, expert_recipe wants to fill up the entire disk |
23 | | -d-i partman-auto/expert_recipe string squid : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1500 120% linux-swap method{ swap } format{ } . 8000 10000 12000 reiserfs method{ format } format{ } use_filesystem{ } filesystem{ reiserfs } mountpoint{ /a } . 64 1000 10000000 ext3 method{ keep } format{ } . |
| 23 | +d-i partman-auto/expert_recipe string squid : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1500 120% linux-swap method{ swap } format{ } . 64 1000 10000000 linux-swap method{ keep } format{ } . |
24 | 24 | d-i partman-auto/choose_recipe squid |
25 | 25 | |
26 | 26 | # Preseed squid: |