From 08267c2cde39709cbc05c7ab43db69144992008a Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 2 Jun 2016 01:22:27 +0000 Subject: [PATCH] Set /etc/issue* to ONL version string. --- builds/any/rootfs/wheezy/standard/standard.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builds/any/rootfs/wheezy/standard/standard.yml b/builds/any/rootfs/wheezy/standard/standard.yml index e7ca7cb7..6bd5fbbf 100644 --- a/builds/any/rootfs/wheezy/standard/standard.yml +++ b/builds/any/rootfs/wheezy/standard/standard.yml @@ -7,6 +7,9 @@ # # ############################################################ +variables: + !include $ONL/make/versions/version-onl.yml + Packages: &Packages - !include $ONL/builds/any/rootfs/$ONL_DEBIAN_SUITE/common/all-base-packages.yml - !include $ONL/builds/any/rootfs/$ONL_DEBIAN_SUITE/common/${ARCH}-base-packages.yml @@ -95,3 +98,5 @@ Configure: '/etc/onl/rootfs/manifest.json' : version : $ONL/make/versions/version-onl.json platforms : $PLATFORM_LIST + + issue: $VERSION_STRING