2019-12-13 09:48:00 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
################################################################################
|
|
|
|
|
## File: preparemetadata.sh
|
|
|
|
|
## Desc: This script adds a image title information to the metadata
|
|
|
|
|
## document
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
WriteItem "***"
|