This seems less odd somehow. Doesn't seem to make any practical
difference.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
bwrap --dev-bind / / --tmpfs /dev/shm \
linux mem=512M rootfstype=hostfs rootflags=/ rw \
- con=fd:2,fd:2 ssl0=fd:0,fd:1 init=$PWD/psusan-uml-inside
+ con=fd:2,fd:2 con1=fd:0,fd:1 init=$PWD/psusan-uml-inside
mount -t proc none /proc
mount -t devpts none /dev/pts
# Redirect I/O to the serial port, but stderr to the console
-exec 0<>/dev/ttyS0 1>&0 2>/dev/console
+exec 0<>/dev/tty1 1>&0 2>/dev/console
# Set the serial port into raw mode, to run a binary protocol
stty raw -echo
# Choose what shell you want to run inside psusan