diff --git a/images/linux/scripts/installers/1604/preparemetadata.sh b/images/linux/scripts/installers/1604/preparemetadata.sh deleted file mode 100644 index a26e10968..000000000 --- a/images/linux/scripts/installers/1604/preparemetadata.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -################################################################################ -## File: preparemetadata.sh -## Desc: This script adds a image title information to the metadata -## document -################################################################################ - -source $HELPER_SCRIPTS/document.sh - -WriteItem "" -AddTitle "$(lsb_release -ds)" -WriteItem "The following software is installed on machines with the $IMAGE_VERSION update." -WriteItem "***" diff --git a/images/linux/scripts/installers/1804/preparemetadata.sh b/images/linux/scripts/installers/1804/preparemetadata.sh deleted file mode 100644 index e3304945a..000000000 --- a/images/linux/scripts/installers/1804/preparemetadata.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -################################################################################ -## File: preparemetadata.sh -## Desc: This script adds a image title information to the metadata -## document -################################################################################ - -source $HELPER_SCRIPTS/document.sh - -WriteItem "" -AddTitle "$(lsb_release -ds)" -WriteItem "The following software is installed on machines with the $IMAGE_VERSION update." -WriteItem "***" \ No newline at end of file diff --git a/images/linux/scripts/installers/2004/preparemetadata.sh b/images/linux/scripts/installers/preparemetadata.sh similarity index 100% rename from images/linux/scripts/installers/2004/preparemetadata.sh rename to images/linux/scripts/installers/preparemetadata.sh diff --git a/images/linux/ubuntu1604.json b/images/linux/ubuntu1604.json index 5aa162f0d..dce22d126 100644 --- a/images/linux/ubuntu1604.json +++ b/images/linux/ubuntu1604.json @@ -101,7 +101,7 @@ { "type": "shell", "scripts":[ - "{{template_dir}}/scripts/installers/1604/preparemetadata.sh" + "{{template_dir}}/scripts/installers/preparemetadata.sh" ], "environment_vars": [ "IMAGE_VERSION={{user `image_version`}}", diff --git a/images/linux/ubuntu1804.json b/images/linux/ubuntu1804.json index 8408704f5..7e5421c1b 100644 --- a/images/linux/ubuntu1804.json +++ b/images/linux/ubuntu1804.json @@ -104,7 +104,7 @@ { "type": "shell", "scripts":[ - "{{template_dir}}/scripts/installers/1804/preparemetadata.sh" + "{{template_dir}}/scripts/installers/preparemetadata.sh" ], "environment_vars": [ "IMAGE_VERSION={{user `image_version`}}", diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 1026f6de9..508406efe 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -104,7 +104,7 @@ { "type": "shell", "scripts":[ - "{{template_dir}}/scripts/installers/2004/preparemetadata.sh" + "{{template_dir}}/scripts/installers/preparemetadata.sh" ], "environment_vars": [ "IMAGE_VERSION={{user `image_version`}}",