summaryrefslogtreecommitdiffstats
path: root/os-plugins
Commit message (Collapse)AuthorAgeFilesLines
* * attributes set via slxconfig are now being checked not only against the ↵Oliver Tappe2008-05-224-16/+168
| | | | | | | | | | | | | | respective regex, but the corresponding plugin is being invoked to do a check of its own, too (where it has the chance to look at the vendor-OS attributes and determine the possible stage3-values from their state). * listing a vendor-OS in verbose mode now shows the vendor-OS attributes (stage1 & stage3), too * used Clone::clone instead of Storable::dclone since the latter is not capable of cloning compiled regexes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1783 95ad53e4-c205-0410-b2fa-d234c58c8868
* * supress lib error while giving vmware its own font configVolker Uhrig2008-05-221-0/+1
| | | | | | | | * result: font isn't readable. need to get fixed. * also: commit needs to get tested against vmkind=local git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1782 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed problem with gtkVolker Uhrig2008-05-222-1/+7
| | | | | | | * new problem: fonts.conf / gtk / gtk librarys / font librarys git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1781 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removing obsolete plugin desktopmanager, next step would be to test the ↵Michael Janczyk2008-05-213-231/+0Star
| | | | | | desktop plugin and remove the theme plugin afterwards. The theming directory is obsolete as well, so the pxe theme could be moved somewhere else and the rest can be removed. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1780 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug in slxconfig introduced yesterday that would not allow settingOliver Tappe2008-05-211-19/+4Star
| | | | | | any attribute that has not come from a plugin (reported by Reiner) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1779 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support to slxconfig for checking the given attribute values againstOliver Tappe2008-05-201-2/+38
| | | | | | | their respective regex, an appropriate complaint is shown if the value doesn't match git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1778 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more work at desktop plugin (GDM & KDM should now work on SUSE & Ubuntu)Oliver Tappe2008-05-205-23/+249
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1777 95ad53e4-c205-0410-b2fa-d234c58c8868
* * intermediate commit of desktop plugin, preparing for travel ...Oliver Tappe2008-05-1843-66/+512
| | | | | | | * copied displaymanager themes into desktop plugin (original files will be removed once the desktop plugin is working) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1775 95ad53e4-c205-0410-b2fa-d234c58c8868
* * delete the respective plugin-repo subfolder upon removal of a specific pluginOliver Tappe2008-05-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1774 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a lib problem for vmpl2.0Volker Uhrig2008-05-152-0/+12
| | | | | | | | could have screwed up vmkind=local. needs to get tested more lib+config problems need to get fixed with vmpl2.0 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1772 95ad53e4-c205-0410-b2fa-d234c58c8868
* * small fixVolker Uhrig2008-05-152-32/+36
| | | | | | | | * move xml file we get from vmchooser to the windows disk drive B: vmchooser gets this file from the server and modifies it (adding scanner etc). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1771 95ad53e4-c205-0410-b2fa-d234c58c8868
* * get needed data from xml file when vmchooser got changedVolker Uhrig2008-05-152-30/+58
| | | | | | | not tested yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1770 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added usage of stage1 attributesVolker Uhrig2008-05-142-86/+19Star
| | | | | | | | | | | | | | | | * small modification in stage3 * Missing * some more error checks and runvmware enhancements (would work without it) * vmware<->vmchooser integration in runvmware or wrapper * test of vmware_kind=local with workstation * vmplayer works with vmware_kind=local * more vmware_kinds * Missing in vmware_kind=vmpl2.0 integration * no kernel modules installed and loaded yet (but are compiled) * test of vmware_kind=vmpl2.0 on test based fixes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1769 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stage1 configuration attributeVolker Uhrig2008-05-141-0/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1768 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor changesVolker Uhrig2008-05-1415-5273/+13Star
| | | | | | | * deleteing vmwarebinary plugin. now merged with vmware plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1767 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added installation of vmplayer 2Volker Uhrig2008-05-143-1/+128
| | | | | | | | * added installation in stage1 * configuration and setup in stage3 and stage4 not done yet! git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1766 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed files not needed anymoreVolker Uhrig2008-05-134-117/+562
| | | | | | | | | * added two different runvmware-scripts, currently both are the same if vmware will change their configuration syntax, it's easier to fit the needs git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1765 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more functions in vmware.pm to make the source better read- and understandableVolker Uhrig2008-05-132-142/+168
| | | | | | | | | | | | also helpful for future integration of different kinds or slx-based vmware installations * all checks possible in stage1 sound now be moved from stage3 to stage1 * runvmware-script depends on the version now. no differences yet, v1 and v2 should be compatible with the same. but for future changes in runvmware its helpfull * dozen of small changes * fixes and cleanup git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1764 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed content_regex from verbose listing of attrs, as it does not make senseOliver Tappe2008-05-101-1/+1
| | | | | | | to show something like SCALAR(0xdeadbeef) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1762 95ad53e4-c205-0410-b2fa-d234c58c8868
* * optimization of function... or perhaps not... depending on the nextVolker Uhrig2008-05-021-13/+20
| | | | | | | days git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1761 95ad53e4-c205-0410-b2fa-d234c58c8868
* * created function for version checkVolker Uhrig2008-05-021-39/+50
| | | | | | | | * removed vmware-ws check * cleaned up some code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1760 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some comments to vmware plugin code ...Dirk von Suchodoletz2008-04-232-44/+50
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1758 95ad53e4-c205-0410-b2fa-d234c58c8868
* * documentation of the next steps with pseudo codeVolker Uhrig2008-04-232-8/+52
| | | | | | | | * raising questions (see changes vmware.pm) perhaps someone likes to add some ideas about it git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1757 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed version identification of local installed vmplayerVolker Uhrig2008-04-231-10/+20
| | | | | | | or vmware ws git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1756 95ad53e4-c205-0410-b2fa-d234c58c8868
* added username tagMarko Hauenstein2008-04-231-0/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1754 95ad53e4-c205-0410-b2fa-d234c58c8868
* Vorlage_VMwareImageAdministrator.xml: added scanner tagMarko Hauenstein2008-04-211-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1753 95ad53e4-c205-0410-b2fa-d234c58c8868
* * intermediate check-in of recent work at the desktop plugin - GDM handlingOliver Tappe2008-04-215-18/+112
| | | | | | | | now seems to work with SUSE and Ubuntu, but proper integration will have to wait until I have shaken off the flu git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1752 95ad53e4-c205-0410-b2fa-d234c58c8868
* Quickfix for failing stage3 start if desktop plugin was installedDirk von Suchodoletz2008-04-191-1/+7
| | | | | | | | into stage1 but not stage2 (export) took place ... (it is to be discussed how to handle this generally) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1751 95ad53e4-c205-0410-b2fa-d234c58c8868
* Quick fix for the multiple installation problem of vmware pluginDirk von Suchodoletz2008-04-191-4/+8
| | | | | | | | | | (an installation just worked one time). The solution is not optimal, but avoids to run code, which might not execute on the platform and its much faster this way. The checking should be rewritten in perl and put to a function which decides for workstation/player too ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1750 95ad53e4-c205-0410-b2fa-d234c58c8868
* It seems to be more convinient to check the real thing, not the Dirk von Suchodoletz2008-04-171-2/+2
| | | | | | | wrapper ... (linked elsewhere if script was run already) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1748 95ad53e4-c205-0410-b2fa-d234c58c8868
* Putting "quotation marks" to the filename fixed a setDirk von Suchodoletz2008-04-171-2/+2
| | | | | | | of error messages ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1747 95ad53e4-c205-0410-b2fa-d234c58c8868
* * check if vmplayer or vmware ws is installed on the local stage1 systemVolker Uhrig2008-04-171-22/+57
| | | | | | | | | | * check which vmplayer/vmware version is installed on the local stage1 system * based on the first two changes rewrite of the code to prepare for version based configuration git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1746 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed bootsplash stuff from theme plugin, because of conflicts with ↵Michael Janczyk2008-04-1511-109/+3Star
| | | | | | bootsplash. didn't remove it until now because one could use it instead of bootsplash and displaymanager plugin but bootsplash doesn't work anymore with the themem plugin. so it had to be removed so bootsplash can be installed. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1745 95ad53e4-c205-0410-b2fa-d234c58c8868
* Vorlage_VMwareImageAdministrator.xml: added tags for printers, shared drives ↵Marko Hauenstein2008-04-151-0/+11
| | | | | | and homedrive git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1744 95ad53e4-c205-0410-b2fa-d234c58c8868
* New version of vmchooserBastian Wissler2008-04-151-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1742 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix in device configurationVolker Uhrig2008-04-144-5/+13
| | | | 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-142-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1740 95ad53e4-c205-0410-b2fa-d234c58c8868
* * setup missing vmnet8 deviceVolker Uhrig2008-04-144-0/+8
| | | | | | | | * 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
* Commenting "in" a variable declaration got the vmchooser plugin workingDirk von Suchodoletz2008-04-131-1/+1
| | | | | | | again ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1738 95ad53e4-c205-0410-b2fa-d234c58c8868
* More complete version of vmchooser.Bastian Wissler2008-04-114-24/+13Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1737 95ad53e4-c205-0410-b2fa-d234c58c8868
* Checkin of vmchooser plugin fixes (installation) on behalf of bw21 ...Dirk von Suchodoletz2008-04-102-12/+22
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1736 95ad53e4-c205-0410-b2fa-d234c58c8868
* * corrected minor formatting glitch in PODOliver Tappe2008-04-101-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1735 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Different changes. Step 1 doneVolker Uhrig2008-04-088-48/+102
| | | | | | | | * 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
* Bugfix: Removed forgotten quotation mark, which caused a kernel panic :(Michael Janczyk2008-04-071-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1730 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed --verbose-level to --log-level to make it more separate from ↵Oliver Tappe2008-04-071-1/+1
| | | | | | --verbose. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1729 95ad53e4-c205-0410-b2fa-d234c58c8868
* * on behalf of Michael: splashy.stop now tries to remove itself during executionOliver Tappe2008-04-071-0/+1
| | | | | | (untested) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1728 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed my last change, used wrong target path for splashy configOliver Tappe2008-04-071-2/+3
| | | | | | | * on behalf of Michael: splashy.stop now tries to remove itself during execution (untested) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1727 95ad53e4-c205-0410-b2fa-d234c58c8868
* * avoid use of temporary file in copyRequiredFilesIntoInitramfsOliver Tappe2008-04-071-20/+14Star
| | | | | | * minor cosmetics git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1726 95ad53e4-c205-0410-b2fa-d234c58c8868
* config.xml which sets splashy theme is now generated via demuxer. The theme ↵Michael Janczyk2008-04-075-14/+21
| | | | | | dir does only contain theme specific stuff now. Should be less confusing. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1725 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made names of distro module consistent across OpenSLX - now the always ↵Oliver Tappe2008-04-0623-246/+295
| | | | | | | | | | | | 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