summary refs log tree commit diff
path: root/host/initramfs/run
blob: 300ae631dc3fe91c02fcde1f5d4cc58834acfe90 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh -eux
qemu-kvm -m 4G \
	-bios $(nix-build --no-out-link -A OVMF.fd '<nixpkgs>')/FV/OVMF.fd \
	-cpu host \
	-display gtk,gl=on \
	-device virtio-vga-gl \
	-device qemu-xhci \
	-device usb-storage,drive=drive1,removable=true \
	-drive file=$(nix-build --no-out-link live.nix),id=drive1,format=raw,if=none,readonly=true