use sh instead of ash for login shell
This commit is contained in:
parent
217db9ebd9
commit
08a5111f5f
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ cp ${root}/../dont_use_here/profile ${root}/etc/profile
|
|||
|
||||
|
||||
cat << EOF > ${root}/login_shell
|
||||
exec -a "-ash" /bin/ash
|
||||
exec -a "-sh" /bin/sh
|
||||
EOF
|
||||
|
||||
echo "---------------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue