Include username in setup
This commit is contained in:
parent
a211e5e210
commit
637f18d5a5
|
@ -333,7 +333,8 @@ if [ -f ~/.initial_setup ]; then
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo 'SSH_PORT=${SSH_PORT}' >> $rootdir/root/.bashrc
|
echo "MY_USERNAME=${MY_USERNAME}" >> $rootdir/root/.bashrc
|
||||||
|
echo "SSH_PORT=${SSH_PORT}" >> $rootdir/root/.bashrc
|
||||||
echo '# initial setup of the system' >> $rootdir/root/.bashrc
|
echo '# initial setup of the system' >> $rootdir/root/.bashrc
|
||||||
echo 'if [ -f ~/.initial_setup ]; then' >> $rootdir/root/.bashrc
|
echo 'if [ -f ~/.initial_setup ]; then' >> $rootdir/root/.bashrc
|
||||||
echo ' if [ -f ~/login.txt ]; then' >> $rootdir/root/.bashrc
|
echo ' if [ -f ~/login.txt ]; then' >> $rootdir/root/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue