| Commit message (Expand) | Author | Age | Files | Lines |
* | * added support to spitFile() for setting the mode of the | Oliver Tappe | 2008-01-22 | 1 | -3/+7 |
* | * use mkpath() instead of system() | Oliver Tappe | 2008-01-16 | 1 | -3/+4 |
* | reimplemented splashy stuff via Theme plugin: | Oliver Tappe | 2008-01-13 | 1 | -1/+1 |
* | * changed default for 'pxe-theme' from 'openslx' to unset to stay compatible | Oliver Tappe | 2008-01-12 | 1 | -1/+1 |
* | * fixed encoding problem of PXE-config file output | Oliver Tappe | 2008-01-11 | 1 | -4/+20 |
* | * added two new global settings: | Oliver Tappe | 2008-01-11 | 1 | -0/+2 |
* | cleaned up installation code in several ways: | Oliver Tappe | 2007-12-30 | 32 | -57/+960 |
* | * added default debconf database for openslx systems based on | Oliver Tappe | 2007-11-09 | 1 | -0/+16 |
* | * small cleanup | Oliver Tappe | 2007-09-23 | 1 | -2/+2 |
* | * added readPassword() to Utils.pm, a function which fetches a password | Oliver Tappe | 2007-09-23 | 1 | -0/+13 |
* | * switched from perl-based distro-configuration files to "real" configuration | Oliver Tappe | 2007-08-15 | 59 | -106/+7730 |
* | * added 64-bit targets for Ubuntu 6.10, 7.04 and Debian 4.0 (3.1 does | Oliver Tappe | 2007-08-05 | 6 | -0/+30 |
* | * dropped support for CSV databases, as they are simply not good enough | Oliver Tappe | 2007-07-31 | 1 | -1/+3 |
* | * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10 | Oliver Tappe | 2007-07-30 | 3 | -0/+11 |
* | * finished installation support for Debian-etch, Debian-sarge and Ubuntu | Oliver Tappe | 2007-07-28 | 6 | -7/+41 |
* | * changed several class interfaces as a result of trying to integrate support | Oliver Tappe | 2007-07-28 | 1 | -4/+4 |
* | * added example settings file for ubuntu-6.10 | Oliver Tappe | 2007-07-26 | 1 | -0/+9 |
* | * added default /etc/hosts file that allows resolution of | Oliver Tappe | 2007-07-25 | 1 | -0/+1 |
* | * reworked OpenSLX::OSSetup::Distro structure to incorporate | Oliver Tappe | 2007-07-25 | 2 | -18/+182 |
* | * reduced use of Config::General to object-oriented mode only, as it is | Oliver Tappe | 2007-07-25 | 1 | -1/+2 |
* | * dropped our own implementation of glob() - that was a fix at the wrong place. | Oliver Tappe | 2007-07-22 | 1 | -10/+1 |
* | * fixed glob()-related hang in slxldd. | Oliver Tappe | 2007-07-22 | 1 | -1/+1 |
* | * fixed compatibility problems of our config-files with regards to being | Oliver Tappe | 2007-07-22 | 1 | -1/+4 |
* | * first part of configuration file migration to Config::General | Oliver Tappe | 2007-07-21 | 1 | -19/+11 |
* | * minor cleanup (two uninit values) | Oliver Tappe | 2007-07-21 | 1 | -2/+3 |
* | * base work towards utf8-cleanness (it is now possible to handle vendor-OSes | Oliver Tappe | 2007-07-21 | 1 | -10/+17 |
* | * replaces most occurrences of confess() with croak(), as that is less noisy. | Oliver Tappe | 2007-07-18 | 2 | -2/+0 |
* | * more work towards perlcritic compliance, fixed the low-hanging fruit | Oliver Tappe | 2007-07-10 | 2 | -1/+15 |
* | * adjusted example settings file to match new local-URL format | Oliver Tappe | 2007-07-06 | 6 | -16/+16 |
* | * moved checkFlags() from Utils to Basics and used it there (in | Oliver Tappe | 2007-07-02 | 2 | -25/+31 |
* | * activated 'use warnings' to all modules and adjusted all occurences of | Oliver Tappe | 2007-07-01 | 5 | -130/+233 |
* | * split export type into filesystem and (optional) blockdevice, closing | Oliver Tappe | 2007-06-20 | 2 | -25/+30 |
* | largish change with respect to configurable paths: | Oliver Tappe | 2007-06-17 | 2 | -79/+139 |
* | * fixed all warnings indicated by 'perl -w' | Oliver Tappe | 2007-06-13 | 1 | -108/+135 |
* | * (hopefully) fixed problem with respect to wget repeatedly failing with | Oliver Tappe | 2007-05-29 | 7 | -2/+94 |
* | * part two of settings file related changes (ticket#122): | Oliver Tappe | 2007-05-28 | 7 | -0/+0 |
* | * part one of settings file related changes (ticket#122): | Oliver Tappe | 2007-05-28 | 7 | -6/+20 |
* | * added support for 'local:'-URLs, which trigger the automatic start of a | Oliver Tappe | 2007-05-28 | 7 | -22/+44 |
* | * changed slxsystem to ignore SIGPIPE instead of exiting, as this used to cause | Oliver Tappe | 2007-05-28 | 1 | -4/+10 |
* | * added utility function followLink() and made use of it | Oliver Tappe | 2007-05-13 | 1 | -1/+18 |
* | * implemented a simple registration mechanism for cleanup functions in order to | Oliver Tappe | 2007-05-11 | 1 | -0/+32 |
* | * moved instantiateClass() from OpenSLX::Utils to OpenSLX::Basics | Oliver Tappe | 2007-05-07 | 2 | -23/+25 |
* | * removed fsmods and nicmods as extended settings, as they now live in the de... | Oliver Tappe | 2007-05-06 | 1 | -3/+0 |
* | * renamed 'ossetup-max-retry-count' to 'ossetup-max-try-count' and started to... | Oliver Tappe | 2007-05-02 | 1 | -1/+1 |
* | overhaul the settings concept: | Oliver Tappe | 2007-05-02 | 1 | -1/+11 |
* | * improved die() and warn() to fall back to the respective CORE-functions unl... | Oliver Tappe | 2007-04-30 | 1 | -9/+7 |
* | Add Fedora 6 x86_64 to the systems being supported by slxos-setup | Root | 2007-04-29 | 9 | -0/+231 |
* | Add support to install suse 10.1 x86_64 with slxos-setup. | Lars Müller | 2007-04-29 | 10 | -0/+185 |
* | * fixed wrong name of folder | Oliver Tappe | 2007-04-29 | 11 | -0/+0 |
* | * use Carp::Heavy explicitly in order to avoid problems | Oliver Tappe | 2007-04-26 | 1 | -1/+6 |