diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-08 13:03:08 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-08 13:03:08 -0500 |
commit | 0281a0af13a5b024be58a4f062965893ddf5b3f5 (patch) | |
tree | 7402cbfd00b593b02ab2e98ac96c9f325fd03909 /wheezy | |
parent | 3fb0a233b23933272476509f574cdeb797d587f1 (diff) |
fix preseed debian mirror
Diffstat (limited to 'wheezy')
-rw-r--r-- | wheezy/preseed.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wheezy/preseed.cfg b/wheezy/preseed.cfg index 9e1dddc..513c4b1 100644 --- a/wheezy/preseed.cfg +++ b/wheezy/preseed.cfg @@ -66,7 +66,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string 192.168.1.106:9999 +d-i mirror/http/hostname string http.debian.net d-i mirror/http/directory string /debian d-i mirror/http/proxy string |