summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrong name for checked in "dialog", updated Makefile for removedDirk von Suchodoletz2008-06-012-1/+1
| | | | | | | "busybox.links" file ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1830 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed preboot make tool and dialog utility for PreBoot experiments.Dirk von Suchodoletz2008-05-312-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1829 95ad53e4-c205-0410-b2fa-d234c58c8868
* Finally adding the updated busybox for i586. RemovingDirk von Suchodoletz2008-05-312-90/+0Star
| | | | | | | unneeded applet link file ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1828 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved code from MakeInitRamFS::Engine that determines the list of availableOliver Tappe2008-05-313-14/+29
| | | | | | | | busybox applets into a separate function * use this function in OSSetup::Engine instead of relying on busybox.links, which may not be kept in sync. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1827 95ad53e4-c205-0410-b2fa-d234c58c8868
* Complete renaming in the main Makefile (for proper installation).Dirk von Suchodoletz2008-05-312-3/+3
| | | | | | | | You might want to remove your ~/openslx/share/cdboot directory afterwards ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1826 95ad53e4-c205-0410-b2fa-d234c58c8868
* Complete renaming operation ...Dirk von Suchodoletz2008-05-311-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1825 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updating to the changed naming style (cdboot -> preboot), forDirk von Suchodoletz2008-05-313-7/+7
| | | | | | | | PreBoot check the PreBoot wiki. Stuff built with BuiltRoot at the moment ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1824 95ad53e4-c205-0410-b2fa-d234c58c8868
* Exchanging the uclib for a more recent one built with buildrootDirk von Suchodoletz2008-05-3135-9/+13
| | | | | | | | (matching the busybox.uclib and kexec.uclib) previously checked in. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1823 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed cdboot to more generic name "preboot" (for more information ofDirk von Suchodoletz2008-05-3124-0/+0
| | | | | | | the idea of PreBoot check the projects Trac/Wiki) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1822 95ad53e4-c205-0410-b2fa-d234c58c8868
* Newly built busybox (linked against uclib 0.9.29)Dirk von Suchodoletz2008-05-311-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1821 95ad53e4-c205-0410-b2fa-d234c58c8868
* New busybox config file with new applets like brctl (bridgeutils),Dirk von Suchodoletz2008-05-311-0/+834
| | | | | | | loadkmap, (keymaps), loadfont (console fonts ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1820 95ad53e4-c205-0410-b2fa-d234c58c8868
* Patches for the most recent busybox ...Dirk von Suchodoletz2008-05-314-0/+746
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1819 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixVolker Uhrig2008-05-301-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1818 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Question raised. Perhaps someone could answer itVolker Uhrig2008-05-301-0/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1817 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added needed configuration for /etc/vmware/configVolker Uhrig2008-05-302-4/+23
| | | | | | | | we really need this file * Changes will be tested soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1816 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed bug: the config name wasn't adjusted after renaming. moved kdm ↵Michael Janczyk2008-05-305-1/+1
| | | | | | images into the kdm dir. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1815 95ad53e4-c205-0410-b2fa-d234c58c8868
* * when installing packages, we now request an update, in order to avoidOliver Tappe2008-05-291-1/+1
| | | | | | mismatches between remote repository and local info git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1814 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reverted premature refactoring step - we will be using the mkcdboot scriptOliver Tappe2008-05-295-981/+0Star
| | | | | | for now, until we have a better understanding of what is needed ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1813 95ad53e4-c205-0410-b2fa-d234c58c8868
* * intermediate commit of refactoring step of MakeInitialRamFS - subversionOliver Tappe2008-05-295-0/+981
| | | | | | isn't as clever as I wish it'd be ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1812 95ad53e4-c205-0410-b2fa-d234c58c8868
* * deactivated automatic reactivation of start_xdmcp if start_x is true,Oliver Tappe2008-05-291-1/+1
| | | | | | | | | as this clashes with the desktop plugin (which is from now on responsible for handling desktop managers. All this should be removed, soon, anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1811 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finally purged the obsolete folderOliver Tappe2008-05-2880-3851/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1810 95ad53e4-c205-0410-b2fa-d234c58c8868
* preparations to support cdboot as a second boot type for clientsOliver Tappe2008-05-284-143/+284
| | | | | | | | * refactored PXE specific stuff out of slxconfig-demuxer and moved it into a separate class (OpenSLX::BootEnvironment::PXE) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1809 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cosmetics: print filename of kernel instead of full path in warning that is Oliver Tappe2008-05-281-1/+2
| | | | | | shown when a kernel is being picked automatically git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1808 95ad53e4-c205-0410-b2fa-d234c58c8868
* * when checking the attributes from within the config-demuxer, we no longer ↵Oliver Tappe2008-05-281-0/+5
| | | | | | | | complain about attributes that belong to plugins which are not installed anyway git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1807 95ad53e4-c205-0410-b2fa-d234c58c8868
* * make sure the local themes directory exists whenever this plugin is beingOliver Tappe2008-05-281-0/+3
| | | | | | instantiated git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1806 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored code for synchronization of attributes (moved from DBSchema to ↵Oliver Tappe2008-05-274-60/+225
| | | | | | | | | | | | ConfigDB) * When doing synchronization of attributes during a schema update, we now look for any stale attributes in system_attr, client_attr, group_attr or installed_plugin_attr and remove all those stale attributes automatically. Additionally, non-existent plugins that are still installed in a vendorOS are removed from that, too. * Updated DB-Schema to 0.31 in order to trigger this automatic cleaning process git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1805 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support to user provided themes (should live in ↵Oliver Tappe2008-05-261-11/+46
| | | | | | | | | | /etc/opt/openslx/desktop/themes) * implemented automatic detection of available themes if desktop::supported_themes is unset (which is now the default) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1804 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reworked plugin-API concerning the way the parameters are passed into Oliver Tappe2008-05-268-204/+238
| | | | | | | | | | | installationPhase() and removalPhase() - now we use a hash as the amount of parameters has become too large * adjusted all plugins to these API change * now not only the openslx base path, but the openslx config path is bind mounted into the vendor-OS chroot, such that plugins can check the available local configuration extensions git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1803 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed non-working installation & deinstallation of plugins into/from the ↵Oliver Tappe2008-05-262-25/+33
| | | | | | | | | | | | '<<<default>>>'-vendorOS: * OSPlugin::Engine was trying to create an OSSetup::Engine for the default-vendorOS, which does not work. Now such the OSSetup::Engine is initialized lazily (i.e. when it is being used) * fixed a bug in OSSetup::Engine that caused it to think that it was installing plugins afresh when in fact it they were reinstalled git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1802 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug that would not allow setting an empty attribute to '0'Oliver Tappe2008-05-251-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1801 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem in module loading code that under some circumstances led to ↵Oliver Tappe2008-05-251-7/+6Star
| | | | | | | | | modules being loaded several times (which in turn produced warnings about functions being redefined) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1800 95ad53e4-c205-0410-b2fa-d234c58c8868
* stupid is as stupid does or murphys lawVolker Uhrig2008-05-244-4/+4
| | | | | | | | | | | * fix of a fix of a fix of a ... * should work now for suse systems * suse 10.2 tested with success * dhcpd needs to get optimized * runlevelscript for gentooanddebian'ish distros aren't tested yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1799 95ad53e4-c205-0410-b2fa-d234c58c8868
* * back to revision 1793...Volker Uhrig2008-05-241-306/+306
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1798 95ad53e4-c205-0410-b2fa-d234c58c8868
* * what did i forgot to commit?Volker Uhrig2008-05-241-306/+306
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1797 95ad53e4-c205-0410-b2fa-d234c58c8868
* * heavily redesigned and improved the checking of attributes: instead of dyingOliver Tappe2008-05-246-62/+121
| | | | | | | | | | | on the first error, we now collect all errors and return them. The caller can now decide what to do - die or just print a warning or whatever. * slxconfig now dies with the list of all attribute problems if there were any * slxconfig-demuxer prints warnings for all attribute problems that were found (checking for each system & client in turn) * adjusted desktop plugin to API changes concerning the attribute checks git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1796 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a problem with a failing child process passing the death gate by ↵Oliver Tappe2008-05-241-7/+8
| | | | | | | | | throwing - this resulted in the seemingly weirdest behaviour of the config-demuxer (which was actually the child process trying to demux from within the chroot) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1795 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor bugfixVolker Uhrig2008-05-242-6/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1794 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problems with local installed version raised through vmpl2.0Volker Uhrig2008-05-245-98/+78Star
| | | | | | | | | | | | | integration. local should work now. at least it passed tests with suse 10.2 * integration with vmchooser is still missing on side of vmchooser plugin. You can use it with a proper formed xml file: /var/X11R6/bin/run/run-vmware.sh /path/to/xml/xmlfile.xml * vmpl2.0 isn't usable yet. * small bugfixes and nicer output of runvmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1793 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added checking of system attributes, too (before only clients were checked)Oliver Tappe2008-05-241-1/+12
| | | | | | * minor cleanup of output format when complaining about problematic attribute values git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1792 95ad53e4-c205-0410-b2fa-d234c58c8868
* * make sure to remove all warning- and error-indicator strings already containedOliver Tappe2008-05-241-2/+2
| | | | | | in message before adding a new one git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1791 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added checking of attributes for every client & system before its ↵Oliver Tappe2008-05-241-0/+10
| | | | | | | | attributes are being written to a configuration file - any problems are reported as warnings git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1790 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented checking of attributes for groups and clients in slxconfigOliver Tappe2008-05-243-5/+23
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1789 95ad53e4-c205-0410-b2fa-d234c58c8868
* * artifically bumped the schema version to 0.30 in order to trigger a ↵Oliver Tappe2008-05-241-1/+10
| | | | | | | | synchronization of attributes into default system (required since plugins were added & removed) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1788 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug introduced recently that would cause attributes of default system toOliver Tappe2008-05-241-1/+3
| | | | | | | never be removed (which in turn messes up the automatic synchronization of attributes into the default system) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1787 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed warning indicator from '°°°' to '! ' in order to avoid ↵Oliver Tappe2008-05-241-2/+2
| | | | | | | | possible charset encoding problems ('°' is non-ascii) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1786 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed font problemVolker Uhrig2008-05-232-20/+39
| | | | | | | * raised next step/problem: location of the EULA.txt git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1785 95ad53e4-c205-0410-b2fa-d234c58c8868
* * use Clone::clone instead of Storable::dclone throughout OpenSLX in order ↵Oliver Tappe2008-05-224-11/+11
| | | | | | | | | | to use the same cloning function everywhere * added check for Clone module to Makefile git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1784 95ad53e4-c205-0410-b2fa-d234c58c8868
* * attributes set via slxconfig are now being checked not only against the ↵Oliver Tappe2008-05-226-57/+247
| | | | | | | | | | | | | | 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