summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-09 16:03:46 +0100
committerMike Vink <ivi@vinkies.net>2024-01-09 16:03:46 +0100
commit33dd68e116ff2d16634699bd3225c4630373fd74 (patch)
treec9cd92897a1d0a1129f64c4c2d848c50fa512f2b /run.sh
parent1799569ff0a86acb19e268f9b32de488716a4303 (diff)
add run.sh for running vm, need it for windows azure ad
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..2f75baa
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+virt-install \
+ --connect qemu:///system \
+ --name test-vm \
+ --memory 4096 \
+ --disk size=40 \
+ --boot uefi \
+ --graphics spice \
+ --cdrom ./result/iso/nixos-24.05.20231204.2c7f3c0-x86_64-linux.iso