mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 06:33:16 -04:00
Creating memory file systems with softupdates enabled is pointless,
don't do it. PR: conf/85558 Submitted by: Ralf Wenk <RZ dash FreeBSD0605 at hs dash karlsruhe dot de> MFC after: 5 days
This commit is contained in:
parent
b792c4fbed
commit
8b1292ac52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue