about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-09-20 11:14:29 +0200
committerJuan RP <xtraeme@gmail.com>2014-09-20 11:14:29 +0200
commitab3a398875ca1a6acd701dda74257644f078a4fb (patch)
tree8b53ead7f70653d4a4aad707802f34f7ca3d5bf6 /mklive.sh.in
parentbb8d32e2c2f3c885cb36cccf4db42089aeffb3f0 (diff)
downloadhrmpf-ab3a398875ca1a6acd701dda74257644f078a4fb.tar.gz
hrmpf-ab3a398875ca1a6acd701dda74257644f078a4fb.tar.xz
hrmpf-ab3a398875ca1a6acd701dda74257644f078a4fb.zip
mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index f41009a..2a83647 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -314,11 +314,9 @@ install_prereqs
 info_msg "[3/9] Installing void pkgs into the rootfs: ${PACKAGE_LIST} ..."
 install_packages
 
-#
-# Prepare /etc/motd.
-#
 mkdir -p "$ROOTFS"/etc
 [ -s data/motd ] && cp data/motd $ROOTFS/etc
+[ -s data/issue ] && cp data/issue $ROOTFS/etc
 
 export PATH=$VOIDHOSTDIR/usr/bin:$VOIDHOSTDIR/usr/sbin:$PATH
 export LD_LIBRARY_PATH=$VOIDHOSTDIR/usr/lib