mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Set archive.ubuntu.com as main source, since de sometimes buggy
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
########################################################
|
||||
|
||||
# Let's define some global vars
|
||||
myUBUNTULINK="http://de.releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso"
|
||||
myUBUNTULINK="http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso"
|
||||
myUBUNTUISO="ubuntu-14.04.1-server-amd64.iso"
|
||||
myTPOTCEISO="tpotce.iso"
|
||||
myTPOTCEDIR="tpotceiso"
|
||||
|
@ -13,7 +13,10 @@ d-i netcfg/choose_interface select auto
|
||||
d-i netcfg/dhcp_timeout string 60
|
||||
d-i netcfg/get_hostname string t-pot
|
||||
|
||||
# Proxy
|
||||
# Source & Proxy
|
||||
d-i mirror/country string manual
|
||||
d-i mirror/http/hostname string archive.ubuntu.com
|
||||
d-i mirror/http/directory string /ubuntu
|
||||
d-i mirror/http/proxy string
|
||||
|
||||
# Time
|
||||
|
Reference in New Issue
Block a user