mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Set archive.ubuntu.com as main source, since de sometimes buggy
This commit is contained in:
parent
46f9494cfb
commit
4c0685a26d
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Let's define some global vars
|
# 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"
|
myUBUNTUISO="ubuntu-14.04.1-server-amd64.iso"
|
||||||
myTPOTCEISO="tpotce.iso"
|
myTPOTCEISO="tpotce.iso"
|
||||||
myTPOTCEDIR="tpotceiso"
|
myTPOTCEDIR="tpotceiso"
|
||||||
|
|
|
@ -13,7 +13,10 @@ d-i netcfg/choose_interface select auto
|
||||||
d-i netcfg/dhcp_timeout string 60
|
d-i netcfg/dhcp_timeout string 60
|
||||||
d-i netcfg/get_hostname string t-pot
|
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
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
# Time
|
# Time
|
||||||
|
|
Loading…
Reference in a new issue