| Commit message (Expand) | Author | Age | Files | Lines |
| * | Checkin of vmchooser plugin fixes (installation) on behalf of bw21 ... | Dirk von Suchodoletz | 2008-04-10 | 2 | -12/+22 |
| * | * corrected minor formatting glitch in POD | Oliver Tappe | 2008-04-10 | 1 | -0/+2 |
| * | Finally adding the updated (ipcalc added) busybox 64bit version. | Dirk von Suchodoletz | 2008-04-09 | 1 | -0/+0 |
| * | * Different changes. Step 1 done | Volker Uhrig | 2008-04-08 | 8 | -48/+102 |
| * | Bugfix: Removed forgotten quotation mark, which caused a kernel panic :( | Michael Janczyk | 2008-04-07 | 1 | -1/+1 |
| * | * renamed --verbose-level to --log-level to make it more separate from --verb... | Oliver Tappe | 2008-04-07 | 9 | -18/+18 |
| * | * on behalf of Michael: splashy.stop now tries to remove itself during execution | Oliver Tappe | 2008-04-07 | 1 | -0/+1 |
| * | * fixed my last change, used wrong target path for splashy config | Oliver Tappe | 2008-04-07 | 1 | -2/+3 |
| * | * avoid use of temporary file in copyRequiredFilesIntoInitramfs | Oliver Tappe | 2008-04-07 | 1 | -20/+14 |
| * | config.xml which sets splashy theme is now generated via demuxer. The theme d... | Michael Janczyk | 2008-04-07 | 5 | -14/+21 |
| * | * make use of loadDistroModule(), now that we have it | Oliver Tappe | 2008-04-06 | 1 | -5/+11 |
| * | * fixed module name | Oliver Tappe | 2008-04-06 | 1 | -1/+1 |
| * | * added PODs to all Perl-modules in lib, documenting those functions that are... | Oliver Tappe | 2008-04-06 | 5 | -183/+756 |
| * | * made names of distro module consistent across OpenSLX - now the always star... | Oliver Tappe | 2008-04-06 | 44 | -421/+466 |
| * | * Instead of passing all known attributes of the current system into each plu... | Oliver Tappe | 2008-04-03 | 1 | -1/+11 |
| * | * finally corrected algorithm for merging attributes from default-system & ve... | Oliver Tappe | 2008-04-03 | 1 | -7/+8 |
| * | * vmplayer doesn't like to be the small brother and tried to fake the identit... | Volker Uhrig | 2008-04-01 | 1 | -1/+1 |
| * | * fixed missing filepermission | Volker Uhrig | 2008-04-01 | 1 | -7/+6 |
| * | * fixed missing range. dhcpd.conf is now correct written | Volker Uhrig | 2008-04-01 | 1 | -10/+11 |
| * | * rename variable | Volker Uhrig | 2008-03-31 | 2 | -4/+7 |
| * | * Minor fix of array declaration and arrayname | Volker Uhrig | 2008-03-31 | 1 | -1/+1 |
| * | * removed a few definition of my. They caused in emtpy variables later | Volker Uhrig | 2008-03-31 | 1 | -10/+19 |
| * | * added TODO about missing documentation | Oliver Tappe | 2008-03-31 | 1 | -0/+2 |
| * | * minor fix, reported by Dirk | Volker Uhrig | 2008-03-31 | 1 | -2/+2 |
| * | * Removed deprecated dhcpd.conf and nat.conf | Volker Uhrig | 2008-03-29 | 4 | -79/+12 |
| * | * cleaned up code. written configuration are now easier to understand | Volker Uhrig | 2008-03-29 | 1 | -24/+74 |
| * | Removed debugging print which was accidentally left behind :) | Michael Janczyk | 2008-03-27 | 1 | -1/+0 |
| * | New plugin concept: Default theme and splashy binaries moved to plugin. Makef... | Michael Janczyk | 2008-03-27 | 19 | -34/+49 |
| * | * Changed check of syscall from die() to warn() in order to let the caller | Oliver Tappe | 2008-03-27 | 1 | -1/+1 |
| * | * err: removed debug output in slxldd that caused tool to fail | Oliver Tappe | 2008-03-26 | 1 | -1/+0 |
| * | * fixed bug that caused libraries from ld.so.conf to be overwritten, | Oliver Tappe | 2008-03-26 | 1 | -1/+2 |
| * | * added log output when entering 32-bit personality | Oliver Tappe | 2008-03-26 | 1 | -0/+1 |
| * | * Deactivated DB-schema version 0.28, as it does not work with the current | Oliver Tappe | 2008-03-26 | 1 | -1/+5 |
| * | perl cosmetics and a shorter username entry for kdm, so the enter button isn'... | Michael Janczyk | 2008-03-26 | 2 | -3/+3 |
| * | ... same as r1692 for Base.pm ... | Dirk von Suchodoletz | 2008-03-26 | 1 | -4/+4 |
| * | Hiding of linebreaks in shell have to be escaped (\\), otherwise | Dirk von Suchodoletz | 2008-03-26 | 4 | -20/+13 |
| * | Writing distro specific runlevel scripts the trivial way. Should be | Dirk von Suchodoletz | 2008-03-25 | 7 | -121/+610 |
| * | * corrected indenting of 'syslog'-related shell scripts | Oliver Tappe | 2008-03-24 | 2 | -13/+15 |
| * | * fileget can't run in the background, in order to allow to use it's result | Oliver Tappe | 2008-03-24 | 1 | -1/+7 |
| * | * split syslog::target into syslog::host and syslog::port | Oliver Tappe | 2008-03-24 | 4 | -8/+206 |
| * | * getInstalledPackages() has to fetch the info from the packager, not the | Oliver Tappe | 2008-03-24 | 2 | -3/+10 |
| * | * removed 'precedence'-attribute and made it part of the general plugin info - | Oliver Tappe | 2008-03-24 | 11 | -123/+37 |
| * | Load configuration within the vmware runlevel script ... | Dirk von Suchodoletz | 2008-03-24 | 2 | -12/+10 |
| * | * renamed 'bootlog' plugin to 'syslog', as that is what it is going to become... | Oliver Tappe | 2008-03-24 | 2 | -9/+9 |
| * | * Adjusted OSSetup::Distro implementations to apply necessary fixes as part o... | Oliver Tappe | 2008-03-24 | 3 | -9/+66 |
| * | * Switched from explicit cleanup functions to "resource acquisition by defini... | Oliver Tappe | 2008-03-24 | 5 | -121/+171 |
| * | * moved syscall related code into a module of its own right | Oliver Tappe | 2008-03-23 | 3 | -63/+97 |
| * | * added sigtrap protection (against user pressing CTRL-C, for instance) and made | Oliver Tappe | 2008-03-23 | 1 | -12/+21 |
| * | * no longer asks for root password upon install (will be done as a plugin later) | Oliver Tappe | 2008-03-23 | 1 | -2/+1 |
| * | Further improvements to vmware plugin ... | Dirk von Suchodoletz | 2008-03-23 | 2 | -39/+51 |