TT#20300 Discontinue GRML boot option 'ngcptrunk' (use common 'ngcpvers=trunk')

Change-Id: I728cc4ca858ac75a434e36aba78abbbb46619479
changes/83/14883/1
Alexander Lutay 8 years ago
parent b7802b5095
commit 6d47ca2611

@ -409,11 +409,6 @@ if checkBootParam ngcpmgmt ; then
RETRIEVE_MGMT_CONFIG=true
fi
if checkBootParam ngcptrunk ; then
TRUNK_VERSION=true
fi
export TRUNK_VERSION # make sure it's available within grml-chroot subshell
## detect environment {{{
CHASSIS="No physical chassis found"
if dmidecode| grep -q 'Rack Mount Chassis' ; then
@ -481,6 +476,10 @@ fi
# existing ngcp releases (like 2.2) with according repository and installer
if checkBootParam ngcpvers ; then
SP_VERSION=$(getBootParam ngcpvers)
if [ "${SP_VERSION:-}" = "trunk" ] ; then
TRUNK_VERSION=true
fi
export TRUNK_VERSION # make sure it's available within grml-chroot subshell
fi
if checkBootParam nongcp ; then

Loading…
Cancel
Save