1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

Meta+Documentation: Don't rebuild disk image for every run on OpenBSD

This commit is contained in:
tuftedocelot 2021-12-24 10:00:08 -06:00 committed by Brian Gianforcaro
parent 68e4e7923a
commit 6dee1e91be
2 changed files with 2 additions and 1 deletions

View file

@ -118,6 +118,7 @@ use_genext2fs=0
if [ "$(uname -s)" = "Darwin" ]; then
mount_cmd="fuse-ext2 _disk_image mnt -o rw+,allow_other,uid=501,gid=20"
elif [ "$(uname -s)" = "OpenBSD" ]; then
VND=$(vnconfig _disk_image)
mount_cmd="mount -t ext2fs "/dev/${VND}i" mnt/"
elif [ "$(uname -s)" = "FreeBSD" ]; then
MD=$(mdconfig _disk_image)