changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/start-vm.sh

changeset 371: 7dcabf3e0edc
parent: e7b1cc457afd
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
permissions: -rwxr-xr-x
description: no link in bootstrap.sh
1 #!/bin/sh
2 IMG="${1:-.stash/box/vm.releng.raw}"
3 qemu-system-x86_64 $IMG -m 8G -cpu host --accel kvm
4 # -chardev socket,path=.stash/qga.sock,server=on,wait=off,id=qga0 \
5 # -device virtio-serial -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0 \
6