diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 3 |
1 files changed, 3 insertions, 0 deletions
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 |