From 16a3423fbe0d1de305409561ebb4976a6a20dff0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 14 May 2012 14:05:46 +0000 Subject: [PATCH] netscript: support setting Debian release via debianrelease boot option From: Michael Prokop --- deployment.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment.sh b/deployment.sh index 8c1b1f7..134f8c4 100755 --- a/deployment.sh +++ b/deployment.sh @@ -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