aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-08-18 21:23:17 +0000
committerBill Nottingham <notting@redhat.com>2004-08-18 21:23:17 +0000
commit0e8313bc9cadd75426f5591a1a4114700a20ac52 (patch)
treebedc8ad75d7c11d5c33f0468f1d934d87ff1408b
parent81460d38825c32538f1f4e6749c51485ed83a9a4 (diff)
downloadinitscripts-0e8313bc9cadd75426f5591a1a4114700a20ac52.tar
initscripts-0e8313bc9cadd75426f5591a1a4114700a20ac52.tar.gz
initscripts-0e8313bc9cadd75426f5591a1a4114700a20ac52.tar.bz2
initscripts-0e8313bc9cadd75426f5591a1a4114700a20ac52.tar.xz
initscripts-0e8313bc9cadd75426f5591a1a4114700a20ac52.zip
handle binfmt_misc here for the case where it's built in (#129954)
-rwxr-xr-xrc.d/rc.sysinit3
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