From 48959a73dfe38449d12717a44ba8e7e7612971e0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 15 Feb 2018 15:39:08 -0500 Subject: Initial implementation --- conf.d/qemu.d/testbox | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf.d/qemu.d/testbox (limited to 'conf.d/qemu.d/testbox') diff --git a/conf.d/qemu.d/testbox b/conf.d/qemu.d/testbox new file mode 100644 index 0000000..6e76886 --- /dev/null +++ b/conf.d/qemu.d/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 +) -- cgit v1.2.3-2-g168b