summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
Commit message (Collapse)AuthorAgeFilesLines
* Xserver, qemukvm plugin stuff ...Dirk von Suchodoletz2010-02-171-1/+0Star
|
* Cleaning up the runlevel mess of vmware plugin ... Not finished yet.Dirk von Suchodoletz2010-02-111-185/+0Star
|
* bugfix: necessary because of changed pathsMichael Janczyk2009-11-031-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3181 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for some bugs (occured producing examples ...)Dirk von Suchodoletz2009-07-161-22/+21Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3011 95ad53e4-c205-0410-b2fa-d234c58c8868
* Proper (single) packet selection for installation (untested) ...Dirk von Suchodoletz2009-07-161-0/+23
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3008 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a whole lot of circular references which I found when researching #451Oliver Tappe2009-06-091-0/+4
| | | | | | * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix: vmware kind var not definedMichael Janczyk2009-05-051-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2840 95ad53e4-c205-0410-b2fa-d234c58c8868
* * going back from .o -> .koVolker Uhrig2008-10-161-11/+11
| | | | | | | | this will raise problems with v25. vmpl2.5 won't work so far with own installation. local installed vmplayer 2.5 is working! git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2336 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix broken 2.0 vmpl installationVolker Uhrig2008-10-161-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2332 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixing start scriptVolker Uhrig2008-10-161-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2325 95ad53e4-c205-0410-b2fa-d234c58c8868
* * small fixVolker Uhrig2008-10-161-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2324 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed some more ident for easier debuggingVolker Uhrig2008-10-161-4/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2323 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixes like ident, kernel modules, removing not neededVolker Uhrig2008-10-151-12/+5Star
| | | | | | | vmplayer2.5 feature (to bring it in sync with dirk changes) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2314 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed init scriptsVolker Uhrig2008-10-131-2/+2
| | | | | | | * minor enhancement in stage3 which saves time git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2288 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing identification of local installed vmplayerVolker Uhrig2008-10-131-2/+2
| | | | | | | including different init script git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2287 95ad53e4-c205-0410-b2fa-d234c58c8868
* * got vmplayer running without their installer and like on our vmware systemVolker Uhrig2008-10-131-13/+20
| | | | | | | | | * not tested on an OpenSLX Client yet! * kernel modules can become ugly git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2286 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Some more preparation. Mainly kernel and plugin configVolker Uhrig2008-10-101-9/+22
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2285 95ad53e4-c205-0410-b2fa-d234c58c8868
* * put sleep time down to 1sec (vs 0.5sec in the past)Volker Uhrig2008-08-221-1/+1
| | | | | | | | even older clients shouldnt have problems anymore only need by "/etc/init.d/vmware-env stop" git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2083 95ad53e4-c205-0410-b2fa-d234c58c8868
* * usleep => sleepVolker Uhrig2008-08-221-1/+1
| | | | | | | usleep isn't available anymore git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2082 95ad53e4-c205-0410-b2fa-d234c58c8868
* * should get ride about ticket 262Volker Uhrig2008-08-221-1/+5
| | | | | | | | | | | | * use insmod * identify version for local installation (not used yet. should be used by other plugins/external tools, to check if the configured vmplayer is able to handle v2 vmware images) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2081 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Sync of changeset 1929Volker Uhrig2008-07-171-20/+42
| | | | | | | * reducing if statements in init script git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1931 95ad53e4-c205-0410-b2fa-d234c58c8868
* * rewrite for vmpl1.0. tested on suse-10.2 with successVolker Uhrig2008-07-051-1/+3
| | | | | | | | * asks now if a installed vmplX.0 player should be reinstalled * writes now player version into /etc/vmware/version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1904 95ad53e4-c205-0410-b2fa-d234c58c8868
* * merge of vmpl1.0 and vmpl2.0 installation scriptVolker Uhrig2008-07-011-4/+4
| | | | | | | | * renamed path root -> vmroot * moved modules to its on place vmroot/modules git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1895 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished implementation of vmpl2.0 installationVolker Uhrig2008-06-071-8/+18
| | | | | | | | | | | | | * tested successfull on suse 10.2 (vmpl2.0 and local installation) * some minor (optical) changes * some more errorhandling for invalid configuration needed * theres a need for tests on debian-based systems * Configuration: http://openslx.org/trac/de/openslx/wiki/vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1859 95ad53e4-c205-0410-b2fa-d234c58c8868
* Little bit of cleanup in vmware plugin and dealing with theDirk von Suchodoletz2008-06-021-9/+6Star
| | | | | | | restricted capabilities of vmware-dhcpd server ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1834 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix in device configurationVolker Uhrig2008-04-141-2/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1741 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fix, to get restart workingVolker Uhrig2008-04-141-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1740 95ad53e4-c205-0410-b2fa-d234c58c8868
* * setup missing vmnet8 deviceVolker Uhrig2008-04-141-0/+2
| | | | | | | | * currently no changes for vmnet0 device, VMware start skript is not setting up one, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1739 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Different changes. Step 1 doneVolker Uhrig2008-04-081-6/+8
| | | | | | | | * SuSE works now in local mode (default) * Ubuntu should run, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1732 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made names of distro module consistent across OpenSLX - now the always ↵Oliver Tappe2008-04-061-4/+3Star
| | | | | | | | | | | | start with a capital letter followed by all lowercase (Debian, Fedora, Gentoo, Suse, Ubuntu) * refactored loading of distro modules into a separate function (loadDistroModule() in Basics.pm) * finished support to logging to a file in syslog plugin * worked at desktop plugin (still not working, though) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1721 95ad53e4-c205-0410-b2fa-d234c58c8868
* ... same as r1692 for Base.pm ...Dirk von Suchodoletz2008-03-261-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1693 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hiding of linebreaks in shell have to be escaped (\\), otherwiseDirk von Suchodoletz2008-03-261-8/+1Star
| | | | | | | | they arn't properly written by the perl script. There is still a bug with passing the variable $location properly ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1692 95ad53e4-c205-0410-b2fa-d234c58c8868
* Writing distro specific runlevel scripts the trivial way. Should beDirk von Suchodoletz2008-03-251-0/+108
| | | | | | | | improved and generalized (to be usable for other plugins too, see #211) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1691 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for distro-specific runlevelScriptPath() [currently there's onlyOliver Tappe2008-03-221-0/+6
| | | | | | | | | a generic implementation in Distro/Base.pm - other distros may have to override it] * fixed several styleguide violations ;-) * deactivated overly simplistic backup strategy that only works once git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1672 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed error on slxos-install (distro-info not found)Sebastian Schmelzer2008-03-201-2/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1662 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix: Base.pm should be upper caseSebastian Schmelzer2008-03-201-0/+42
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1661 95ad53e4-c205-0410-b2fa-d234c58c8868