diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 20:07:28 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 20:07:28 -0400 |
commit | d31a16c435e497f320ccfa880122dff963f151a7 (patch) | |
tree | 35d5c3423f3f77743f2e89dee17cff88a9511d2b /examples/testbox | |
parent | 799e0edc196c4273b728b9f832d90dc79bbf8bbe (diff) |
Organize in to an installable packagev20180714
Diffstat (limited to 'examples/testbox')
-rw-r--r-- | examples/testbox | 10 |
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 +) |