From bb6f59a0ece85ccad429f7eeaefc8063886a61bb Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Fri, 3 Aug 2018 18:22:56 +0300 Subject: [PATCH] TT#37257 Save origin name of the installation interface If the installation device is virtual it is necessary to redefine DEFAULT_INSTALL_DEV variable to the name of real interface but save the origin name to stop it. Change-Id: I9e59ca8411e713235a0e0e5407ef0c3acc30e299 --- templates/scripts/includes/deployment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 027e72c..f3f8193 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1364,6 +1364,7 @@ DHCP="${DHCP}" EXTERNAL_DEV="${EXTERNAL_DEV}" GW="${GW}" EXTERNAL_NETMASK="${EXTERNAL_NETMASK}" +ORIGIN_INSTALL_DEV="${INSTALL_DEV}" EOF if "${TRUNK_VERSION}" && checkBootParam ngcpupload ; then