diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-02-15 15:39:08 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-02-15 15:39:08 -0500 |
commit | 48959a73dfe38449d12717a44ba8e7e7612971e0 (patch) | |
tree | 7118d80ab8d004ae2bbb7805fe72c8696bfd1a81 /conf.d/qemu.d/testbox |
Initial implementation
Diffstat (limited to 'conf.d/qemu.d/testbox')
-rw-r--r-- | conf.d/qemu.d/testbox | 10 |
1 files changed, 10 insertions, 0 deletions
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 +) |