summaryrefslogtreecommitdiff
path: root/Meta/build-image-qemu.sh
diff options
context:
space:
mode:
authortuftedocelot <tuftedocelot@fastmail.fm>2021-12-24 10:00:08 -0600
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-12-29 03:46:56 -0800
commit6dee1e91bef297474870722c4cbfd7007cf4d8ce (patch)
treebd6d187fc2125b1212a39cf908baca2bef6cbb4e /Meta/build-image-qemu.sh
parent68e4e7923a76eea569cb05c60a1b5a3344f42a22 (diff)
downloadserenity-6dee1e91bef297474870722c4cbfd7007cf4d8ce.zip
Meta+Documentation: Don't rebuild disk image for every run on OpenBSD
Diffstat (limited to 'Meta/build-image-qemu.sh')
-rwxr-xr-xMeta/build-image-qemu.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/build-image-qemu.sh b/Meta/build-image-qemu.sh
index 87d4560940..958c0eadf5 100755
--- a/Meta/build-image-qemu.sh
+++ b/Meta/build-image-qemu.sh
@@ -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)