Browse Source

Update default suite

Bohan Yang 7 years ago
parent
commit
5890eba7f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -93,7 +93,7 @@ TRANSPORT=${TRANSPORT:-http}
 MIRROR=${MIRROR:-deb.debian.org}
 MIRROR=${MIRROR:-deb.debian.org}
 DIRECTORY=${DIRECTORY:-/debian}
 DIRECTORY=${DIRECTORY:-/debian}
 ARCH=$(dpkg --print-architecture)
 ARCH=$(dpkg --print-architecture)
-SUITE=${SUITE:-stable}
+SUITE=${SUITE:-stretch}
 USERNAME=${USERNAME:-debian}
 USERNAME=${USERNAME:-debian}
 TIMEZONE=${TIMEZONE:-UTC}
 TIMEZONE=${TIMEZONE:-UTC}
 NTPSERVER=${NTPSERVER:-pool.ntp.org}
 NTPSERVER=${NTPSERVER:-pool.ntp.org}