Fix scripts to avoid using hosted term which is ambiguous in this context.

This commit is contained in:
Alejandro Pauly
2020-01-08 07:56:32 -05:00
parent fe71d1aafb
commit dd28dfa585
7 changed files with 13 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
# Name of the hosted pool this image will support
POOL_NAME="Hosted Ubuntu 1604"
# Name of the pool supported by this image
POOL_NAME="Ubuntu 1604"

View File

@@ -1,2 +1,2 @@
# Name of the hosted pool this image will support
POOL_NAME="Hosted Ubuntu 1804"
# Name of pool supported by this image
POOL_NAME="Ubuntu 1804"

View File

@@ -7,6 +7,6 @@
source $HELPER_SCRIPTS/document.sh
AddTitle "Hosted Ubuntu 1604 Image ($(lsb_release -ds))"
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1604 ($IMAGE_VERSION) pool"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"

View File

@@ -7,6 +7,6 @@
source $HELPER_SCRIPTS/document.sh
AddTitle "Hosted Ubuntu 1804 Image ($(lsb_release -ds))"
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1804 (v$IMAGE_VERSION) pool"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"