Merge "Debian: Get http port from insturl for system node installs only"

This commit is contained in:
Zuul 2022-07-11 15:53:16 +00:00 committed by Gerrit Code Review
commit 1da631faa6

View File

@ -1466,7 +1466,7 @@ EOF
# Set http port
# Persist the default http port number to platform configuration.
# This will get overwritten when by manifest during sw configuration phase.
if [[ "${insturl}" == *"http"* ]] ; then
if [[ "${insturl}" == *"pxecontroller"* && "${insturl}" == *"http"* ]] ; then
http_port=$(echo $(cat /proc/cmdline |xargs -n1 echo |grep '^insturl=' | sed -r 's#^[^/]*://[^/]*:([0-9]*)/.*#\1#'))
else
http_port=8080