summaryrefslogtreecommitdiff
path: root/conf.d/qemu.d/testbox
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/qemu.d/testbox')
-rw-r--r--conf.d/qemu.d/testbox10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf.d/qemu.d/testbox b/conf.d/qemu.d/testbox
deleted file mode 100644
index 6e76886..0000000
--- a/conf.d/qemu.d/testbox
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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
-)