summary refs log tree commit diff
path: root/host/uISO/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'host/uISO/test.sh')
-rwxr-xr-xhost/uISO/test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/uISO/test.sh b/host/uISO/test.sh
new file mode 100755

index 0000000..9033b8c --- /dev/null +++ b/host/uISO/test.sh
@@ -0,0 +1,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 \ No newline at end of file