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 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 |
