summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm/XX_qemukvm.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-27 00:12:52 +0100
committerDirk von Suchodoletz2009-02-27 00:12:52 +0100
commit2b91732ec30ee20c6533d0d9719ce0dd83fe3306 (patch)
tree08035a656e76e5a44221f274e6cefb8abef2a749 /os-plugins/plugins/qemukvm/XX_qemukvm.sh
parentfix dirks typo (diff)
downloadcore-2b91732ec30ee20c6533d0d9719ce0dd83fe3306.tar.gz
core-2b91732ec30ee20c6533d0d9719ce0dd83fe3306.tar.xz
core-2b91732ec30ee20c6533d0d9719ce0dd83fe3306.zip
Cleanups, mini-fix and comments ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2651 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/qemukvm/XX_qemukvm.sh')
-rw-r--r--os-plugins/plugins/qemukvm/XX_qemukvm.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/os-plugins/plugins/qemukvm/XX_qemukvm.sh b/os-plugins/plugins/qemukvm/XX_qemukvm.sh
index 62a26037..445405dc 100644
--- a/os-plugins/plugins/qemukvm/XX_qemukvm.sh
+++ b/os-plugins/plugins/qemukvm/XX_qemukvm.sh
@@ -1,4 +1,4 @@
-# Copyright (c) 2008 - OpenSLX GmbH
+# Copyright (c) 2008, 2009 - OpenSLX GmbH
#
# This program/file is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -59,13 +59,11 @@ qemu(-kvm)\n makes not much sense."
[ $DEBUGLEVEL -gt 1 ] && error " * Incomplete information in variable \
${qemukvm_imagesrc}." nonfatal
fi
- fi
# copy version depending files - the vmchooser expects for every virtua-
# lization plugin a file named after it (here run-qemukvm.include)
testmkd /mnt/etc/opt/openslx
cp /mnt/opt/openslx/plugin-repo/qemukvm/run-virt.include \
/mnt/etc/opt/openslx/run-qemukvm.include
-
fi
else
[ $DEBUGLEVEL -gt 0 ] && echo " * Configuration of qemukvm plugin failed"