pull/8/head
Bohan Yang 7 years ago
parent 1c735ef89b
commit 2a44ac3835
  1. 1
      netboot.sh

@ -171,6 +171,7 @@ case "$DEBI_PRESET" in
DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org} DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org}
DEBI_NTP=${DEBI_NTP:-time.google.com} DEBI_NTP=${DEBI_NTP:-time.google.com}
DEBI_SECURITY=${DEBI_SECURITY:-true} DEBI_SECURITY=${DEBI_SECURITY:-true}
;;
*) *)
echo_stderr "Error: No such preset $DEBI_PRESET" echo_stderr "Error: No such preset $DEBI_PRESET"
exit 1 exit 1

Loading…
Cancel
Save