diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-23 13:47:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-21 00:41:24 -0400 |
commit | 5016c1da15b3fadefb98f1fe18697b0cfe04187d (patch) | |
tree | d37c996ff959db81843876a8f5528e5fd6344a78 /conf.d/qemu.d/qemutest | |
parent | 74f4141aa3fdf0033ab367157cd5e4a4313e3b76 (diff) |
Add Type=notify for initialization errors, log ttyS0
Diffstat (limited to 'conf.d/qemu.d/qemutest')
-rw-r--r-- | conf.d/qemu.d/qemutest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/qemu.d/qemutest b/conf.d/qemu.d/qemutest new file mode 100644 index 0000000..04d9046 --- /dev/null +++ b/conf.d/qemu.d/qemutest @@ -0,0 +1,7 @@ +#!/hint/bash + +system=x86_64 +args=( + -machine accel=kvm -m 5G + -drive media=disk,file=/dev/vg_build64/lv_qemutest_root,format=raw,if=virtio +) |