diff options
author | Dirk von Suchodoletz | 2009-01-22 16:19:18 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2009-01-22 16:19:18 +0100 |
commit | a515ed419db01da03f50570debd69e66c148e3d4 (patch) | |
tree | b27d9d337f3850dd5aad1129ab9428cc8a653776 /VERSIONS | |
parent | xserver plugin fixes: (diff) | |
download | core-a515ed419db01da03f50570debd69e66c148e3d4.tar.gz core-a515ed419db01da03f50570debd69e66c148e3d4.tar.xz core-a515ed419db01da03f50570debd69e66c148e3d4.zip |
(Hopefully) final fix for the new directory scheme of the virtualization
environments. Please check that your variable of vmchooser "xmlpath" is
updated to "/var/lib/virt/vmware/vmwareNN" NN is the version of the
workstation (e.g. 65 for the new 6.5.X version). The *.xml description
files are now expected in the respective path living beside the *.vmdk
again!
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2516 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r-- | VERSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" OPENSLX_VERSION_MINOR="9" -OPENSLX_VERSION_RELEASE="7" +OPENSLX_VERSION_RELEASE="8" OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" |