2020-04-28 13:47:50 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
################################################################################
|
|
|
|
|
## File: preparemetadata.sh
|
|
|
|
|
## Desc: This script adds a image title information to the metadata
|
|
|
|
|
## document
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
source $HELPER_SCRIPTS/document.sh
|
|
|
|
|
|
2020-05-14 17:32:10 +03:00
|
|
|
WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
|
2020-04-28 13:47:50 +03:00
|
|
|
AddTitle "$(lsb_release -ds)"
|
|
|
|
|
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
|
|
|
|
|
WriteItem "***"
|