diff options
author | Bastian Wissler | 2008-06-16 18:35:18 +0200 |
---|---|---|
committer | Bastian Wissler | 2008-06-16 18:35:18 +0200 |
commit | f3ca5d9a6163495576f5ea08484dcde442086a95 (patch) | |
tree | a04c8ffb870de3516cfc4b042eee6418197d4d5e /README | |
parent | Some bugfixes - command line options should work now (diff) | |
download | vmchooser-f3ca5d9a6163495576f5ea08484dcde442086a95.tar.gz vmchooser-f3ca5d9a6163495576f5ea08484dcde442086a95.tar.xz vmchooser-f3ca5d9a6163495576f5ea08484dcde442086a95.zip |
Some bugfixes & FAQ in README added - stupid Bug in slxgroup-parameter
git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/trunk/os-plugins/plugins/vmchooser@1882 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -5,6 +5,32 @@ VM Chooser Helper Program This is the program used by the vmchooser-plugin, which is part of the openslx-system. + + +================================== +FAQ +================================== + +What does it do? + It handles xml-files for the virtual-machines plugins + or linux sessions after the login-screen. + If chosen, it starts the proper virtualizer script or the linux session + as a background process and terminates itself. + +How can I install it? + Type "make install" in the vmchooser Folder and it gets installed + in the right folder (if you have the whole svn structure locally). + Then you have to install the "vmchooser"-plugin to your VendorOS. + +What command-line parameters are available? + "-p|--path=" In this (abolute) path are your xml-files for the virtualizer-plugin + "-l|--lpath=" In this (absolute) path are your linux sessions + "-g|--group=" Show only entries valid for this group + "-h|--help" Show help + +================================== + + You just need to compile this, if you have local changes. The most recent svn version is also included in binary format in the main folder of this openslx-distribution. |