pull/8/head
Bohan Yang 7 years ago
parent f487e4e6c0
commit 031cf69e0c
  1. 6
      netboot.sh

@ -157,7 +157,8 @@ while [ $# -gt 0 ]; do
shift
done
case "$DEBI_PRESET" in
if [ -n "$DEBI_PRESET" ]; then
case "$DEBI_PRESET" in
china)
DEBI_NS=${DEBI_NS:-156.154.70.5 156.154.71.5}
DEBI_PROTOCOL=${DEBI_PROTOCOL:-https}
@ -175,7 +176,8 @@ case "$DEBI_PRESET" in
*)
echo_stderr "Error: No such preset $DEBI_PRESET"
exit 1
esac
esac
fi
DEBI_SUITE=${DEBI_SUITE:-stretch}
DEBI_NEW="debian-$DEBI_SUITE"

Loading…
Cancel
Save