Reduce size of title page.
[libguestfs-talks.git] / 2021-pipelines / 2100-trivial-boot.term
1 #!/bin/bash -
2
3 source functions
4
5 # Title.
6 export title="qemu boot"
7
8 # History.
9 remember 'qemu-system-x86_64 -machine accel=kvm:tcg -cpu host -m 2048 -display none -drive file=fedora-33.img,format=raw,if=virtio -serial stdio'
10
11 terminal