Files
runner-images/images/linux/scripts/installers/2004/preparemetadata.sh
Mikhail Timofeev 849c1d3095 add ubuntu 20.04
2020-04-28 13:47:50 +03:00

13 lines
469 B
Bash

#!/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 "***"