marcan / takeover.sh

Wipe and reinstall a running Linux system via SSH, without rebooting. You know you want to.
Other
7.1k stars 353 forks source link

Bind mount /dev/pts instead of mounting new one #10

Closed sfan5 closed 3 years ago

sfan5 commented 3 years ago

Since https://github.com/torvalds/linux/commit/eedf265aa003b4781de24cfed40a655a664457e6 (Linux 4.7), a newly mounted devpts is no longer shared with the "host". This breaks the TTY handling.

marcan commented 3 years ago

Thanks!