mirror of
https://github.com/marcan/takeover.sh
synced 2025-07-15 01:23:06 -07:00
Bind mount /dev/pts instead of mounting new one
This commit is contained in:
parent
55526a9cec
commit
09b74b5ef9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if ! ./busybox mount -t devtmpfs dev dev; then
|
|||
./busybox rm -rf dev/pts
|
||||
./busybox mkdir dev/pts
|
||||
fi
|
||||
./busybox mount -t devpts devpts dev/pts
|
||||
./busybox mount --bind /dev/pts dev/pts
|
||||
|
||||
TTY="$(./busybox tty)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue