diff options
| author | Dirk von Suchodoletz | 2009-03-06 02:20:47 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-03-06 02:20:47 +0100 |
| commit | d169bd55aee58222eed74d97f5b7e91dea57a4e0 (patch) | |
| tree | 4f940fb358bcd487b158678b863e9a45964a4f7c /os-plugins/plugins/qemukvm/files/run-virt.include | |
| parent | More work on the qemukvm plugin ... (diff) | |
| download | core-d169bd55aee58222eed74d97f5b7e91dea57a4e0.tar.gz core-d169bd55aee58222eed74d97f5b7e91dea57a4e0.tar.xz core-d169bd55aee58222eed74d97f5b7e91dea57a4e0.zip | |
More on qemukvm plugin: Fixes, network shutdown script, ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2687 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/qemukvm/files/run-virt.include')
| -rw-r--r-- | os-plugins/plugins/qemukvm/files/run-virt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/qemukvm/files/run-virt.include b/os-plugins/plugins/qemukvm/files/run-virt.include index 3e2b9490..484fcb6d 100644 --- a/os-plugins/plugins/qemukvm/files/run-virt.include +++ b/os-plugins/plugins/qemukvm/files/run-virt.include @@ -58,5 +58,6 @@ for i in kvm qemu-kvm qemu; do [ -n $VIRTCMD ] && break done [ -n $VIRTCMD ] && { writelog "No qemu/kvm tool found."; exit 1; } +VIRTCMD="sudo $VIRTCMD" VIRTCMDOPTS="${VIRTCMDOPTS} -boot c -alt-grab ${diskfile}" |
