changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 366: e5f98f30bdf6
parent: e7b1cc457afd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 20:18:57 -0400
permissions: -rwxr-xr-x
description: bump lisp version
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