From e4754db8697c0ac450778b09a83148ae2818a745 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 2 Dec 2015 15:13:26 +0100 Subject: Remove version in /etc/issue, replace with build date. --- mklive.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mklive.sh.in') diff --git a/mklive.sh.in b/mklive.sh.in index 4b12642..31dbd0d 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -385,7 +385,7 @@ install_prereqs mkdir -p "$ROOTFS"/etc [ -s data/motd ] && cp data/motd $ROOTFS/etc -[ -s data/issue ] && cp data/issue $ROOTFS/etc +[ -s data/issue.in ] && sed "s/@@VERSION@@/hrmpf-${BASE_ARCH}-${KERNELVERSION}-$(date +%Y%m%d)/" data/issue.in >$ROOTFS/etc/issue info_msg "[3/9] Installing void pkgs into the rootfs: ${PACKAGE_LIST} ..." install_packages -- cgit 1.4.1