| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * added ubuntu 8.10 support | Sebastian Schmelzer | 2008-11-13 | 1 | -0/+1 |
| * | * removed change (see #280) | Sebastian Schmelzer | 2008-10-01 | 1 | -49/+0 |
| * | * removed /home/kde* from clone exclude (required for suse 11) | Sebastian Schmelzer | 2008-10-01 | 1 | -0/+49 |
| * | * instead of using rm -r to remove a vendor-OS folder, we now use a combination | Oliver Tappe | 2008-09-13 | 1 | -1/+3 |
| * | * implemented support for recursive file-based locks | Oliver Tappe | 2008-09-13 | 1 | -0/+3 |
| * | * merged pickKernelFile() from Gentoo.pm into the implementation in Base.pm | Oliver Tappe | 2008-09-03 | 2 | -27/+3 |
| * | Updated stage2 exludes (autostarted services of no much use in | Dirk von Suchodoletz | 2008-09-02 | 1 | -1/+1 |
| * | * fixed problem in 2114, such that the devices are in fact created inside | Oliver Tappe | 2008-08-28 | 1 | -2/+2 |
| * | * added a couple more required devices to be available in vendor-OS chroot | Oliver Tappe | 2008-08-28 | 1 | -10/+21 |
| * | * cosmetics | Oliver Tappe | 2008-08-28 | 1 | -1/+1 |
| * | Remove the most unlikely to be supported vendor OS by upcoming | Dirk von Suchodoletz | 2008-08-09 | 1 | -8/+2 |
| * | * added explicit check against 64-bit/32-bit mismatch to | Oliver Tappe | 2008-08-07 | 1 | -0/+5 |
| * | implemented plugin dependency handling: | Oliver Tappe | 2008-07-23 | 1 | -2/+23 |
| * | * switch default meta-packager for SUSE-10.2 onwards from smart to zypper | Oliver Tappe | 2008-06-08 | 1 | -2/+13 |
| * | * made support for chrooted shells and updates explicit in vendor-OS list, | Oliver Tappe | 2008-06-07 | 1 | -51/+55 |
| * | * cosmetics | Oliver Tappe | 2008-06-07 | 1 | -3/+5 |
| * | * moved code from MakeInitRamFS::Engine that determines the list of available | Oliver Tappe | 2008-05-31 | 1 | -3/+2 |
| * | Fixed non-working installation & deinstallation of plugins into/from the '<<<... | Oliver Tappe | 2008-05-26 | 1 | -7/+7 |
| * | * renamed --verbose-level to --log-level to make it more separate from --verb... | Oliver Tappe | 2008-04-07 | 1 | -1/+1 |
| * | * made names of distro module consistent across OpenSLX - now the always star... | Oliver Tappe | 2008-04-06 | 9 | -117/+61 |
| * | * added log output when entering 32-bit personality | Oliver Tappe | 2008-03-26 | 1 | -0/+1 |
| * | * getInstalledPackages() has to fetch the info from the packager, not the | Oliver Tappe | 2008-03-24 | 1 | -0/+7 |
| * | * 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 | 2 | -41/+47 |
| * | * moved syscall related code into a module of its own right | Oliver Tappe | 2008-03-23 | 2 | -63/+41 |
| * | * Switched indent used in Perl-code and settings files from tabs to 4 spaces. | Oliver Tappe | 2008-03-20 | 17 | -2313/+2313 |
| * | * renamed getPackagesForSelection() to getInstallablePackagesForSelection() | Oliver Tappe | 2008-03-17 | 1 | -2/+7 |
| * | * instead of using a fixed basic path, we now supply a longer list in an | Oliver Tappe | 2008-03-17 | 1 | -1/+19 |
| * | * renamed installSelection() and removeSelection() to ...Packages(), as that's | Oliver Tappe | 2008-03-17 | 1 | -1/+1 |
| * | * renamed installSelection() and removeSelection() to ...Packages(), as that's | Oliver Tappe | 2008-03-17 | 6 | -26/+34 |
| * | * intermediate checking for new desktop plugin (successor of displaymanager | Oliver Tappe | 2008-03-15 | 1 | -2/+15 |
| * | * added support for stage1 attributes that are stored along each plugin insta... | Oliver Tappe | 2008-03-14 | 1 | -2/+5 |
| * | * added support for specifying more than one base selection (e.g. base = kde,... | Oliver Tappe | 2008-03-12 | 1 | -6/+11 |
| * | * fixed potential use of uninitialized value | Oliver Tappe | 2008-03-12 | 1 | -1/+1 |
| * | * added missing call to fetchInstalledPlugins() in case the vendor-OS | Oliver Tappe | 2008-03-08 | 1 | -0/+2 |
| * | * improved setting a password such that is able to cope with a | Oliver Tappe | 2008-03-06 | 1 | -10/+12 |
| * | * cosmetical fix (indentation) | Oliver Tappe | 2008-03-01 | 1 | -12/+12 |
| * | * fixed dependency on linux/personality.ph at least to that regard that we now | Oliver Tappe | 2008-03-01 | 1 | -18/+35 |
| * | added ubuntu 8.04 | Sebastian Schmelzer | 2008-03-01 | 1 | -0/+6 |
| * | * OSPlugin::Engine now provides a real support interface for plugins, which | Oliver Tappe | 2008-02-27 | 6 | -33/+124 |
| * | * added support for specifying additional rsync options via environment | Oliver Tappe | 2008-02-25 | 1 | -1/+3 |
| * | * Added support to slxos-setup for automatically installing the default set of | Oliver Tappe | 2008-02-17 | 1 | -2/+55 |
| * | * added explicit error message about trying to apply actions to the | Oliver Tappe | 2008-02-17 | 1 | -0/+3 |
| * | Added /dev/urandom in chroot (slxos-setup shell ...) | Volker Uhrig | 2008-02-06 | 1 | -1/+6 |
| * | * added implementation for zypper meta-packager (untested yet) | Oliver Tappe | 2008-01-09 | 1 | -0/+95 |
| * | * Fixed problem with invocation of debootstrap that caused it to fail | Oliver Tappe | 2008-01-02 | 1 | -2/+2 |
| * | cleaned up installation code in several ways: | Oliver Tappe | 2007-12-30 | 5 | -34/+12 |
| * | * when setting up the resolver for stage1a, we now copy nsswitch.conf from | Oliver Tappe | 2007-11-29 | 1 | -1/+2 |
| * | Cleanup, (empty) files for new Ubuntu 7.10 ... | Dirk von Suchodoletz | 2007-10-19 | 1 | -0/+6 |
| * | * fixed problems with respect to installation of prerequired packages | Oliver Tappe | 2007-09-26 | 4 | -5/+118 |