Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164126846
D17104.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D17104.id.diff
View Options
Index: head/libexec/rc/rc.initdiskless
===================================================================
--- head/libexec/rc/rc.initdiskless
+++ head/libexec/rc/rc.initdiskless
@@ -208,7 +208,11 @@
# The 'auto' parameter will attempt to use tmpfs(5), falls back to md(4).
# $1 is size in 512-byte sectors, $2 is the mount point.
mount_md() {
- /sbin/mdmfs -s $1 auto $2
+ if [ ${o_verbose} -gt 0 ] ; then
+ /sbin/mdmfs -XL -s $1 auto $2
+ else
+ /sbin/mdmfs -s $1 auto $2
+ fi
}
# Create the memory filesystem if it has not already been created
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 29, 11:53 PM (17 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35718971
Default Alt Text
D17104.id.diff (580 B)
Attached To
Mode
D17104: Make mdmfs verbose if diskless boot is verbose
Attached
Detach File
Event Timeline
Log In to Comment