From 8b1292ac52192757bf4c5141340cdb8e2d78d821 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 11 Jan 2006 21:59:30 +0000 Subject: [PATCH] Creating memory file systems with softupdates enabled is pointless, don't do it. PR: conf/85558 Submitted by: Ralf Wenk MFC after: 5 days --- etc/rc.initdiskless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 22712313cb80..423ee48f332a 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -145,7 +145,7 @@ chkerr() { # Create a generic memory disk # mount_md() { - /sbin/mdmfs -i 4096 -s $1 -M md $2 + /sbin/mdmfs -S -i 4096 -s $1 -M md $2 } # Create the memory filesystem if it has not already been created