From f3ca5d9a6163495576f5ea08484dcde442086a95 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Mon, 16 Jun 2008 16:35:18 +0000 Subject: 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 --- README | 26 ++++++++++++++++++++++++++ vmchooser/main.cxx | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/README b/README index 3e280a8..d6c3052 100644 --- a/README +++ b/README @@ -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. diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx index de9792d..b5edaf2 100644 --- a/vmchooser/main.cxx +++ b/vmchooser/main.cxx @@ -66,10 +66,10 @@ int main(int argc, char** argv) { /** SLX GROUP */ if(opt->getValue('g')!=NULL) { - xmlpath = opt->getValue('g'); + slxgroup = opt->getValue('g'); } if(opt->getValue("group")!= NULL) { - xmlpath = opt->getValue("group"); + slxgroup = opt->getValue("group"); } if (slxgroup == NULL) { slxgroup = "default"; -- cgit v1.2.3-55-g7522