summaryrefslogtreecommitdiff
path: root/examples/testbox
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testbox')
-rw-r--r--examples/testbox10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/testbox b/examples/testbox
new file mode 100644
index 0000000..6e76886
--- /dev/null
+++ b/examples/testbox
@@ -0,0 +1,10 @@
+#!/hint/bash
+
+system=x86_64
+args=(
+ -machine accel=kvm
+ -m 5G
+ -cdrom /mnt/media/Operating_Systems/unix/Linux-based/Arch-based/Parabola/parabola-2017.05.28-dual.iso
+ -boot menu=on,order=dc
+ -writeconfig /tmp/testbox.cfg
+)