| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * reverted changeset 1347, as installPrerequiredPackages() *should* have been | Oliver Tappe | 2007-09-25 | 2 | -1/+21 |
| * | * removed installPrerequiredPackages(), as it is no longer used | Oliver Tappe | 2007-09-24 | 2 | -21/+1 |
| * | * added support to apt backend for integrating a special | Oliver Tappe | 2007-08-29 | 1 | -0/+7 |
| * | Hope it's OK that way to add upcoming SuSE10.3 to the list of | Dirk von Suchodoletz | 2007-08-28 | 1 | -2/+8 |
| * | * fixed small bug that introduced an unnecessary prompt during installation | Oliver Tappe | 2007-08-23 | 2 | -2/+2 |
| * | * fixed problem reported by Dirk that caused debian-3.1 | Oliver Tappe | 2007-08-21 | 2 | -4/+9 |
| * | * switched from perl-based distro-configuration files to "real" configuration | Oliver Tappe | 2007-08-15 | 19 | -4623/+361 |
| * | * added 64-bit targets for Ubuntu 6.10, 7.04 and Debian 4.0 (3.1 does | Oliver Tappe | 2007-08-05 | 7 | -20/+326 |
| * | * added OpenSLX build platform as explicit selection to Debian-3.1 | Oliver Tappe | 2007-08-03 | 1 | -0/+8 |
| * | * finished support for installation of Debian & Ubuntu. Things seem to be | Oliver Tappe | 2007-08-03 | 8 | -2/+185 |
| * | * fixed problem reported by Bastian about pickKernelFile not correctly being | Oliver Tappe | 2007-07-31 | 8 | -23/+102 |
| * | * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10 | Oliver Tappe | 2007-07-30 | 6 | -13/+116 |
| * | * finished installation support for Debian-etch, Debian-sarge and Ubuntu | Oliver Tappe | 2007-07-28 | 14 | -105/+140 |
| * | * changed several class interfaces as a result of trying to integrate support | Oliver Tappe | 2007-07-28 | 9 | -131/+180 |
| * | * fixed two incorrect method calls (using public name instead of private one), | Oliver Tappe | 2007-07-26 | 1 | -2/+2 |
| * | * reworked OpenSLX::OSSetup::Distro structure to incorporate | Oliver Tappe | 2007-07-25 | 18 | -383/+546 |
| * | * minor cleanup (two uninit values) | Oliver Tappe | 2007-07-21 | 1 | -1/+2 |
| * | * added support for automatic selection of most appropriate (newest) kernel | Oliver Tappe | 2007-07-20 | 2 | -0/+32 |
| * | * fixed (another) problem when trying to import a vendor-OS that isn't fully | Oliver Tappe | 2007-07-20 | 1 | -8/+13 |
| * | * replaces most occurrences of confess() with croak(), as that is less noisy. | Oliver Tappe | 2007-07-18 | 3 | -3/+1 |
| * | * fixed one more use of an uninitialzed value | Oliver Tappe | 2007-07-18 | 1 | -1/+1 |
| * | * fixed two bugs that inhibited the importing of vendor-OSes that are not | Oliver Tappe | 2007-07-18 | 1 | -8/+24 |
| * | * more work towards perlcritic compliance, fixed the low-hanging fruit | Oliver Tappe | 2007-07-10 | 15 | -10/+90 |
| * | * revitalised local URLs | Oliver Tappe | 2007-07-07 | 3 | -10/+17 |
| * | * modified default selection to (roughly) match the SUSE textmode installation | Oliver Tappe | 2007-07-07 | 2 | -2/+370 |
| * | * added support for os-plugins: | Oliver Tappe | 2007-07-03 | 1 | -1/+49 |
| * | * activated 'use warnings' to all modules and adjusted all occurences of | Oliver Tappe | 2007-07-01 | 16 | -401/+549 |
| * | Tried to add Ubuntu 7.04 to the list of cloneable systems. | Dirk von Suchodoletz | 2007-07-01 | 1 | -0/+2 |
| * | * fixed problem with some lame shells not supporting {a,b,c} constructs, | Oliver Tappe | 2007-06-21 | 4 | -24/+18 |
| * | * added support for creating the squashfs only if the vendor-OS has been | Oliver Tappe | 2007-06-20 | 1 | -0/+16 |
| * | * split export type into filesystem and (optional) blockdevice, closing | Oliver Tappe | 2007-06-20 | 2 | -74/+74 |
| * | * added support for invoking a chrooted shell for any installed vendor-OS, | Oliver Tappe | 2007-06-19 | 1 | -0/+37 |
| * | * Added glibc-locale in order to allow use of locale-support in target | Oliver Tappe | 2007-06-19 | 4 | -0/+4 |
| * | largish change with respect to configurable paths: | Oliver Tappe | 2007-06-17 | 2 | -7/+7 |
| * | * fixed all warnings indicated by 'perl -w' | Oliver Tappe | 2007-06-13 | 1 | -4/+0 |
| * | * added missing glibc-32bit to suse-10.2_x86_64 distro info | Oliver Tappe | 2007-05-30 | 1 | -0/+1 |
| * | * added missing non-oss repo to suse-10.2_x86_64 | Oliver Tappe | 2007-05-30 | 1 | -0/+12 |
| * | * (hopefully) fixed problem with respect to wget repeatedly failing with | Oliver Tappe | 2007-05-29 | 1 | -25/+42 |
| * | * part one of settings file related changes (ticket#122): | Oliver Tappe | 2007-05-28 | 1 | -1/+1 |
| * | * added support for 'local:'-URLs, which trigger the automatic start of a | Oliver Tappe | 2007-05-28 | 1 | -3/+62 |
| * | * fixed bug introduced with last commit, package-installation was hosed | Oliver Tappe | 2007-05-28 | 1 | -5/+7 |