changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 371: 7dcabf3e0edc
parent: 8ba17c96a17f
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 # build vm.linux.raw
3 OUT=".stash/box"
4 qemu-img create -f raw $OUT/vm.baseline.raw 32G
5 qemu-system-x86_64 -cdrom $OUT/baseline-x86_64.iso -boot order=d -drive file=$OUT/vm.baseline.raw,format=raw -m 8G
6 # qemu-system-x86_64 vm.linux.cow