summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Checkin of vmchooser plugin fixes (installation) on behalf of bw21 ...Dirk von Suchodoletz2008-04-102-12/+22
* * corrected minor formatting glitch in PODOliver Tappe2008-04-101-0/+2
* Finally adding the updated (ipcalc added) busybox 64bit version.Dirk von Suchodoletz2008-04-091-0/+0
* * Different changes. Step 1 doneVolker Uhrig2008-04-088-48/+102
* Bugfix: Removed forgotten quotation mark, which caused a kernel panic :(Michael Janczyk2008-04-071-1/+1
* * renamed --verbose-level to --log-level to make it more separate from --verb...Oliver Tappe2008-04-079-18/+18
* * on behalf of Michael: splashy.stop now tries to remove itself during executionOliver Tappe2008-04-071-0/+1
* * fixed my last change, used wrong target path for splashy configOliver Tappe2008-04-071-2/+3
* * avoid use of temporary file in copyRequiredFilesIntoInitramfsOliver Tappe2008-04-071-20/+14Star
* config.xml which sets splashy theme is now generated via demuxer. The theme d...Michael Janczyk2008-04-075-14/+21
* * make use of loadDistroModule(), now that we have itOliver Tappe2008-04-061-5/+11
* * fixed module nameOliver Tappe2008-04-061-1/+1
* * added PODs to all Perl-modules in lib, documenting those functions that are...Oliver Tappe2008-04-065-183/+756
* * made names of distro module consistent across OpenSLX - now the always star...Oliver Tappe2008-04-0644-421/+466
* * Instead of passing all known attributes of the current system into each plu...Oliver Tappe2008-04-031-1/+11
* * finally corrected algorithm for merging attributes from default-system & ve...Oliver Tappe2008-04-031-7/+8
* * vmplayer doesn't like to be the small brother and tried to fake the identit...Volker Uhrig2008-04-011-1/+1
* * fixed missing filepermissionVolker Uhrig2008-04-011-7/+6Star
* * fixed missing range. dhcpd.conf is now correct writtenVolker Uhrig2008-04-011-10/+11
* * rename variableVolker Uhrig2008-03-312-4/+7
* * Minor fix of array declaration and arraynameVolker Uhrig2008-03-311-1/+1
* * removed a few definition of my. They caused in emtpy variables laterVolker Uhrig2008-03-311-10/+19
* * added TODO about missing documentationOliver Tappe2008-03-311-0/+2
* * minor fix, reported by DirkVolker Uhrig2008-03-311-2/+2
* * Removed deprecated dhcpd.conf and nat.confVolker Uhrig2008-03-294-79/+12Star
* * cleaned up code. written configuration are now easier to understandVolker Uhrig2008-03-291-24/+74
* Removed debugging print which was accidentally left behind :)Michael Janczyk2008-03-271-1/+0Star
* New plugin concept: Default theme and splashy binaries moved to plugin. Makef...Michael Janczyk2008-03-2719-34/+49
* * Changed check of syscall from die() to warn() in order to let the callerOliver Tappe2008-03-271-1/+1
* * err: removed debug output in slxldd that caused tool to failOliver Tappe2008-03-261-1/+0Star
* * fixed bug that caused libraries from ld.so.conf to be overwritten,Oliver Tappe2008-03-261-1/+2
* * added log output when entering 32-bit personalityOliver Tappe2008-03-261-0/+1
* * Deactivated DB-schema version 0.28, as it does not work with the currentOliver Tappe2008-03-261-1/+5
* perl cosmetics and a shorter username entry for kdm, so the enter button isn'...Michael Janczyk2008-03-262-3/+3
* ... same as r1692 for Base.pm ...Dirk von Suchodoletz2008-03-261-4/+4
* Hiding of linebreaks in shell have to be escaped (\\), otherwiseDirk von Suchodoletz2008-03-264-20/+13Star
* Writing distro specific runlevel scripts the trivial way. Should beDirk von Suchodoletz2008-03-257-121/+610
* * corrected indenting of 'syslog'-related shell scriptsOliver Tappe2008-03-242-13/+15
* * fileget can't run in the background, in order to allow to use it's resultOliver Tappe2008-03-241-1/+7
* * split syslog::target into syslog::host and syslog::portOliver Tappe2008-03-244-8/+206
* * getInstalledPackages() has to fetch the info from the packager, not the Oliver Tappe2008-03-242-3/+10
* * removed 'precedence'-attribute and made it part of the general plugin info -Oliver Tappe2008-03-2411-123/+37Star
* Load configuration within the vmware runlevel script ...Dirk von Suchodoletz2008-03-242-12/+10Star
* * renamed 'bootlog' plugin to 'syslog', as that is what it is going to become...Oliver Tappe2008-03-242-9/+9
* * Adjusted OSSetup::Distro implementations to apply necessary fixes as part o...Oliver Tappe2008-03-243-9/+66
* * Switched from explicit cleanup functions to "resource acquisition by defini...Oliver Tappe2008-03-245-121/+171
* * moved syscall related code into a module of its own rightOliver Tappe2008-03-233-63/+97
* * added sigtrap protection (against user pressing CTRL-C, for instance) and madeOliver Tappe2008-03-231-12/+21
* * no longer asks for root password upon install (will be done as a plugin later)Oliver Tappe2008-03-231-2/+1Star
* Further improvements to vmware plugin ...Dirk von Suchodoletz2008-03-232-39/+51