summary refs log tree commit diff
path: root/host/uISO/test.sh
blob: 9033b8cc6f70d25a60aab36bde6b3af87072e4c8 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env sh

nom build .#nixosConfigurations.test-iso.config.system.build.isoImage --impure || exit 1
clear
du -sh result/iso/*.iso || exit 1
sleep 2
qemu-system-x86_64 -enable-kvm -m 256 -cdrom result/iso/*.iso -nographic -serial mon:stdio