From bc770e1e7f34f8e4eb9e70274b3d2bfe5e5b3fec Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 18 Aug 2004 21:32:12 +0000 Subject: add binfmt_misc here --- rc.d/rc.sysinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 3f3a9e7e..d9bcd266 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -730,6 +730,9 @@ chown root:root /tmp/.ICE-unix swapon -a action $"Enabling swap space: " /bin/true +# Set up binfmt_misc +/bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc > /dev/null 2>&1 + # Initialize the serial ports. if [ -f /etc/rc.serial ]; then . /etc/rc.serial -- cgit