diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-01-02 20:00:35 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-02 23:43:17 +0100 |
commit | 5ed23099920666a27b86f19d448d310cf4fddf25 (patch) | |
tree | c18941f4a0bc4853abeddc053c01f84a32fdc587 | |
parent | 86ec98a4337241794741ff38c199879fc29d8503 (diff) | |
download | hrmpf-5ed23099920666a27b86f19d448d310cf4fddf25.tar.gz hrmpf-5ed23099920666a27b86f19d448d310cf4fddf25.tar.xz hrmpf-5ed23099920666a27b86f19d448d310cf4fddf25.zip |
use kernel arch and revision in /etc/issue v20180102
-rw-r--r-- | mklive.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index 8d7038d..9eadb30 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -421,7 +421,7 @@ install_prereqs mkdir -p "$ROOTFS"/etc [ -s data/motd ] && cp data/motd $ROOTFS/etc -[ -s data/issue.in ] && sed "s/@@VERSION@@/hrmpf-${BASE_ARCH}-${KERNELVERSION}-$(date +%Y%m%d)/" data/issue.in >$ROOTFS/etc/issue +[ -s data/issue.in ] && sed "s/@@VERSION@@/hrmpf-\\\\m-\\\\r-$(date +%Y%m%d)/" data/issue.in >$ROOTFS/etc/issue print_step "Installing void pkgs into the rootfs: ${PACKAGE_LIST} ..." install_packages |