Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2017-07-27 15:38:20 +03:00
parent 5cda493a21
commit 543e61c643

View File

@ -43,7 +43,7 @@ start_getty() {
# check if we are namespaced, and, if so, indicate in the PS1
if [ -z "$INIGETTY" ]; then
if [ -z "$INITGETTY" ]; then
cat >/etc/profile.d/namespace.sh <<"EOF"
export PS1="(ns: getty) $PS1"
EOF