netscript: support setting Debian release via debianrelease boot option

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 14 years ago
parent bd2e2094c3
commit 16a3423fbe

@ -179,6 +179,10 @@ if checkBootParam "puppetenv" ; then
PUPPET=$(getBootParam puppetenv)
fi
if checkBootParam "debianrelease" ; then
DEBIAN_RELEASE=$(getBootParam debianrelease)
fi
# test unfinished releases against
# "http://deb.sipwise.com/autobuild/ release-$AUTOBUILD_RELEASE"
if checkBootParam ngcpautobuildrelease ; then

Loading…
Cancel
Save