summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.initdiskless2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 2271231..423ee48 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
OpenPOWER on IntegriCloud