Make the shell in tty2 and ssh all go to /root like on a real system.
From: Peter Jones <pjones@redhat.com>
ssh was already droping you there (though I'm not entirely sure where
the directory is coming from in that case), and you'd not have
.bash_history and .profile and .gdbinit. So now everything uses /root ,
and you get the stuff you might expect.
---
scripts/upd-instroot | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)