MFC r288370:
In vm_copy_base(), turn off SU+J on the resultant filesystem, leaving only SU enabled. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c26ba28f12
commit
ff233881cc
@ -102,7 +102,7 @@ vm_copy_base() {
|
||||
|
||||
umount_loop /dev/${mdnew}
|
||||
rmdir ${DESTDIR}/new
|
||||
tunefs -j enable /dev/${mdnew}
|
||||
tunefs -n enable /dev/${mdnew}
|
||||
mdconfig -d -u ${mdnew}
|
||||
mv ${VMBASE}.tmp ${VMBASE}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user