infrastructure/roles/luks_ssh/files/profile
saibotk 20e150f453
feat(luks_ssh): Update with latest upstream changes
This includes a MOTD and some small adjustments for Fedora etc.

See a35fbc1ec4
2024-03-10 01:08:00 +01:00

7 lines
120 B
Bash

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