mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
b363b49a56
- passwd and group files with entries for "root" - user directory for "root" - hosts and hostname files Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
3 lines
46 B
Bash
3 lines
46 B
Bash
if [ -f /etc/bashrc ]; then
|
|
. /etc/bashrc
|
|
fi
|