changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/start-vm.sh

changeset 368: 43afcbbe2d07
parent: e7b1cc457afd
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 19:47:38 -0400
permissions: -rwxr-xr-x
description: skelfile update
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