Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107060497
D43242.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
443 B
Referenced Files
None
Subscribers
None
D43242.diff
View Options
diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -208,9 +208,9 @@
# $1 is size in 512-byte sectors, $2 is the mount point.
mount_md() {
if [ ${o_verbose} -gt 0 ] ; then
- /sbin/mdmfs -XL -s $1 auto $2
+ /sbin/mdmfs -XL -S -s $1 auto $2
else
- /sbin/mdmfs -s $1 auto $2
+ /sbin/mdmfs -S -s $1 auto $2
fi
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 11:55 AM (13 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15742371
Default Alt Text
D43242.diff (443 B)
Attached To
Mode
D43242: rc.initdiskless: Disable soft-updates in mdmfs (again)
Attached
Detach File
Event Timeline
Log In to Comment