Fix QEMU/chroot differences in outputs for Python

This commit is contained in:
fosslinux 2023-01-17 08:14:13 +11:00
parent 42fa6c24c1
commit d0a522113f
13 changed files with 40 additions and 13 deletions

View file

@ -442,7 +442,6 @@ populate_device_nodes() {
test -c "/dev/urandom" || mknod -m 444 "/dev/urandom" c 1 9
if [ "${CHROOT}" = False ]; then
test -c "/dev/ptmx" || mknod -m 666 "/dev/ptmx" c 5 2
test -c "/dev/tty" || mknod -m 666 "/dev/tty" c 5 0
test -c "/dev/console" || mknod -m 666 "/dev/console" c 5 1
fi