diff --git a/netboot.sh b/netboot.sh index 547dd9c..93f630a 100644 --- a/netboot.sh +++ b/netboot.sh @@ -171,6 +171,7 @@ case "$DEBI_PRESET" in DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org} DEBI_NTP=${DEBI_NTP:-time.google.com} DEBI_SECURITY=${DEBI_SECURITY:-true} + ;; *) echo_stderr "Error: No such preset $DEBI_PRESET" exit 1