changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/build-releng-vm.sh

changeset 344: 3e1218fe5721
parent: e7b1cc457afd
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 19:31:29 -0400
permissions: -rwxr-xr-x
description: packy git unbundle
1 #!/bin/sh
2 # build vm.linux.raw
3 OUT=".stash/box"
4 qemu-img create -f raw $OUT/vm.releng.raw 32G
5 qemu-system-x86_64 -enable-kvm -cdrom $OUT/releng-x86_64.iso -boot order=d -drive file=$OUT/vm.releng.raw,format=raw -m 8G -cpu host