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:
parent
708d95a2d6
commit
82ed7fae1a
@ -48,7 +48,7 @@ print_map_entry() {
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
"ext2fs" | "msdosfs" | "ufs")
|
||||
"ext2fs" | "msdosfs")
|
||||
echo "-fstype=${_fstype},nosuid,async :/dev/${_p}"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user