mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.

This commit is contained in:
Juan RP
2014-09-20 11:14:29 +02:00
parent bb8d32e2c2
commit ab3a398875
3 changed files with 4 additions and 23 deletions

View File

@@ -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