move preparemetadata.sh to installers folder

This commit is contained in:
Aleksandr Chebotov
2020-05-14 17:07:13 +03:00
parent d5fe506428
commit 99579f621d
6 changed files with 3 additions and 29 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/bash
################################################################################
## File: preparemetadata.sh
## Desc: This script adds a image title information to the metadata
## document
################################################################################
source $HELPER_SCRIPTS/document.sh
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"