| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * fixed bug in check for required kernel modules for distros that do not | Oliver Tappe | 2007-07-25 | 3 | -46/+87 |
* | * 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 |
* | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1264 95ad53e4-c205-0410-... | Oliver Tappe | 2007-07-20 | 1 | -0/+5 |
* | * 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 | 6 | -6/+4 |
* | * 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 | 27 | -10/+116 |
* | * 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 | 30 | -505/+628 |
* | Tried to add Ubuntu 7.04 to the list of cloneable systems. | Dirk von Suchodoletz | 2007-07-01 | 1 | -0/+2 |
* | * fixed double slash in export path (rootfs) | Oliver Tappe | 2007-06-28 | 1 | -1/+1 |
* | * fixed problem with some lame shells not supporting {a,b,c} constructs, | Oliver Tappe | 2007-06-21 | 4 | -24/+18 |
* | * fixed bug in used-count handling for exports that caused the image to | Oliver Tappe | 2007-06-20 | 1 | -1/+1 |
* | * added support for creating the squashfs only if the vendor-OS has been | Oliver Tappe | 2007-06-20 | 2 | -75/+108 |
* | * fixed another oversight of recent commit | Oliver Tappe | 2007-06-20 | 1 | -1/+1 |
* | * split export type into filesystem and (optional) blockdevice, closing | Oliver Tappe | 2007-06-20 | 10 | -364/+698 |
* | * 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 | 5 | -12/+13 |
* | * fixed all warnings indicated by 'perl -w' | Oliver Tappe | 2007-06-13 | 1 | -4/+0 |
* | * fixed incorrectly generated exportURI (still used the export-name instead | Oliver Tappe | 2007-06-07 | 3 | -3/+4 |
* | * 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 |
* | * renamed export type 'nbd-squash' to 'nbd' to make it shorter | Oliver Tappe | 2007-05-29 | 1 | -8/+1 |
* | * changed handling of exports to drop support for having more than one | Oliver Tappe | 2007-05-29 | 4 | -59/+56 |
* | * (hopefully) fixed problem with respect to wget repeatedly failing with | Oliver Tappe | 2007-05-29 | 2 | -26/+44 |
* | * 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 |
* | * updated package name for smart, the seemingly strange package that was used... | Oliver Tappe | 2007-05-28 | 1 | -1/+1 |
* | * added explicit invocation of 'ldconfig' to all distros, just to make sure t... | Oliver Tappe | 2007-05-28 | 6 | -3/+7 |
* | * changed meta-packager default for all SUSE distros from 'yum' to 'smart' | Oliver Tappe | 2007-05-28 | 4 | -4/+4 |
* | * before an update, the meta-packager is automatically adjusted to the one th... | Oliver Tappe | 2007-05-28 | 1 | -4/+18 |
* | * fixed typo: $1 => $! | Oliver Tappe | 2007-05-28 | 1 | -1/+1 |
* | * integrated mirror support into yum & smart backend | Oliver Tappe | 2007-05-28 | 4 | -37/+36 |
* | * fixed incorrect package name for smart on SUSE-10.1_x86_64 | Oliver Tappe | 2007-05-27 | 1 | -1/+1 |
* | * added packages needed by the smart metapackager backend | Oliver Tappe | 2007-05-27 | 5 | -46/+100 |
* | * added support to packager for getting a list of the packages that are | Oliver Tappe | 2007-05-18 | 3 | -1/+25 |
* | Fix of non-functional SuSE9.3, putting checked code to branch ... | Dirk von Suchodoletz | 2007-05-14 | 1 | -1/+0 |
* | * fixed incorrect execution of chroot with respect to setting up the | Oliver Tappe | 2007-05-13 | 2 | -36/+28 |