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
|
@ -19,7 +19,7 @@ then
|
|||
fi
|
||||
|
||||
|
||||
sudo chroot ./ /bin/ash login_shell
|
||||
sudo chroot ./ /bin/sh login_shell
|
||||
|
||||
sudo umount root/tmp/
|
||||
sudo umount root/proc/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue