Fix -media to not mount ufs with "async"; it doesn't make sense when

there is softupdates.

Suggested by:	imp@
MFC after:	1 month
This commit is contained in:
trasz 2016-09-20 04:54:00 +00:00
parent 708d95a2d6
commit 82ed7fae1a

View File

@ -48,7 +48,7 @@ print_map_entry() {
exit 1
fi
;;
"ext2fs" | "msdosfs" | "ufs")
"ext2fs" | "msdosfs")
echo "-fstype=${_fstype},nosuid,async :/dev/${_p}"
;;
*)