if [ -n "$SSH_TTY" ]; then
    export PS1='initramfs-ssh:${PWD}# '
fi

if [ -n "$TERM" ]; then
    export TERM=vt220
fi
