move day01 00-header-mirantis to salt-processing
Change-Id: I5f12e68a3818db99df4e978b46db9b0ddf56dcd1
diff --git a/day01-image/scripts/motd.sh b/day01-image/scripts/motd.sh
index 40b008e..66040ea 100644
--- a/day01-image/scripts/motd.sh
+++ b/day01-image/scripts/motd.sh
@@ -4,14 +4,3 @@
rm -vf /etc/update-motd.d/*
echo "BUILD_TIMESTAMP=$(date '+%Y-%m-%d-%H-%M-%S' -u)" > /etc/image_version
echo "BUILD_TIMESTAMP_RFC=\"$(date -u -R)\"" >> /etc/image_version
-cat << 'EOF' >> /etc/update-motd.d/00-header-mirantis
-#!/bin/sh
-#
-# 00-header - create the header of the MOTD
-#
-[ -r /etc/image_version ] && . /etc/image_version
-echo "Ubuntu 16.04 \"Xenial\" Mirantis day01 cloud image"
-echo "Build date: ${BUILD_TIMESTAMP_RFC}"
-EOF
-chmod +x /etc/update-motd.d/00-header-mirantis
-