Skip to content

Commit

Permalink
use kernel arch and revision in /etc/issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Jan 2, 2018
1 parent 86ec98a commit 5ed2309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mklive.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ed2309

Please sign in to comment.