From 23e5f7f1c15df7f1ae9b032b6ba9b86a87d88b81 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 8 Apr 2019 22:16:06 +0800 Subject: [PATCH] Fix --- netboot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/netboot.sh b/netboot.sh index f073905..4261b5e 100644 --- a/netboot.sh +++ b/netboot.sh @@ -133,6 +133,7 @@ case "$DEBI_TEMPLATE" in DEBI_NTP_SERVER=${DEBI_NTP_SERVER:-cn.ntp.org.cn} DEBI_SECURITY_MIRROR=${DEBI_SECURITY_MIRROR:-true} DEBI_DNS=${DEBI_DNS:-156.154.70.5 156.154.71.5} + ;; cloud) DEBI_PROTOCOL=${DEBI_PROTOCOL:-https} DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org}