chroot login shell fix

This commit is contained in:
aheirman 2021-02-21 15:30:04 +01:00
parent 9b3f7eeada
commit 217db9ebd9
2 changed files with 6 additions and 21 deletions

View file

@ -57,10 +57,12 @@ mkdir ${root}/etc/profile.d
cp ${root}/../dont_use_here/profile ${root}/etc/profile
cat << EOF > ${root}/login_shell
exec -a "-ash" /bin/ash
EOF
echo "---------------------"
echo "finished chroot_fetch"
echo "---------------------"