diff options
| author | Dirk | 2013-12-12 11:44:51 +0100 |
|---|---|---|
| committer | Dirk | 2013-12-12 11:44:51 +0100 |
| commit | 5ab38b16d5f0bd07958ec10679019a66c0523de6 (patch) | |
| tree | 6f76bb59ae60ac787d1156adc19cf9828ab5bb1d /remote/modules/vbox | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-5ab38b16d5f0bd07958ec10679019a66c0523de6.tar.gz tm-scripts-5ab38b16d5f0bd07958ec10679019a66c0523de6.tar.xz tm-scripts-5ab38b16d5f0bd07958ec10679019a66c0523de6.zip | |
Restructuring run-virt.include for vmware ...
Diffstat (limited to 'remote/modules/vbox')
| -rwxr-xr-x | remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env b/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env index 9b1d8489..8bdfc515 100755 --- a/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env +++ b/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env @@ -1,14 +1,19 @@ -#!/bin/ash -# Copyright (c) 2009 - OpenSLX GmbH -# -# This program is free software distributed under the GPL version 2. -# See http://openslx.org/COPYING -# -# If you have any feedback please consult http://openslx.org/feedback and -# send your suggestions, praise, or complaints to feedback@openslx.org -# -# General information about OpenSLX can be found at http://openslx.org/ +#!/bin/bash # ----------------------------------------------------------------------------- +# Copyright (c) 2007..2013 - RZ Uni FR +# Copyright (c) 2007..2013 - OpenSLX GmbH +# +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org +# +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# systemd-vbox_env +# - This is the preparation script for the configuration of VirtualBox. +################################################################################ export PATH="$PATH":/opt/openslx/bin:/opt/openslx/sbin:/opt/openslx/usr/bin:/opt/openslx/usr/sbin VBOX_CONF_DIR=/opt/openslx/etc/vbox |
