From 14a9390e8f31d217fe1814e058ee0043e2c2989d Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 28 Feb 2011 21:39:59 +0100 Subject: Fill variables for stuff to remove after virtual machine session and move the session tmp for VMware into /var/tmp (handled by uniontmp). --- src/os-plugins/plugins/virtualbox/files/run-virt.include | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/os-plugins/plugins/virtualbox/files/run-virt.include') diff --git a/src/os-plugins/plugins/virtualbox/files/run-virt.include b/src/os-plugins/plugins/virtualbox/files/run-virt.include index d05913ad..2efcc779 100644 --- a/src/os-plugins/plugins/virtualbox/files/run-virt.include +++ b/src/os-plugins/plugins/virtualbox/files/run-virt.include @@ -1,7 +1,7 @@ # run-virt.include # ----------------------------------------------------------------------------- -# Copyright (c) 2009..2010 - RZ Uni Freiburg -# Copyright (c) 2009..2010 - OpenSLX GmbH +# Copyright (c) 2009..2011 - RZ Uni Freiburg +# Copyright (c) 2009..2011 - OpenSLX GmbH # # This program/file is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -373,3 +373,5 @@ VIRTCMDOPTS="--startvm ${machineuuid} --start-running" # set headless mode (-v off to disable vrdp) VIRTCMDHL=$(which VBoxHeadless 2>/dev/null) VIRTCMDOPTSHL="-s ${machineuuid}" +RMDIRS="${TMPDIR}" + -- cgit v1.2.3-55-g7522