From 0e8313bc9cadd75426f5591a1a4114700a20ac52 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 18 Aug 2004 21:23:17 +0000 Subject: handle binfmt_misc here for the case where it's built in (#129954) --- rc.d/rc.sysinit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 01d9d175..0baa7ef5 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -741,6 +741,9 @@ chown root:root /tmp/.ICE-unix update_boot_stage RCswap action $"Enabling swap space: " swapon -a -e +# 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 v1.2.1