summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * fixed possible hiding of error messages when something goes wrong in aOliver Tappe2008-08-121-3/+4
* Added new distro-info for OpenSUSE 11.0 (simple string replacement,Dirk von Suchodoletz2008-08-1010-0/+1201
* * increased robustness against leaking resources by ignoring INT-signals whenOliver Tappe2008-06-081-1/+5
* * switch default meta-packager for SUSE-10.2 onwards from smart to zypperOliver Tappe2008-06-084-4/+0Star
* * moved code from MakeInitRamFS::Engine that determines the list of availableOliver Tappe2008-05-311-0/+26
* * fixed problem in module loading code that under some circumstances led to m...Oliver Tappe2008-05-251-7/+6Star
* * fixed a problem with a failing child process passing the death gate by thro...Oliver Tappe2008-05-241-7/+8
* * make sure to remove all warning- and error-indicator strings already containedOliver Tappe2008-05-241-2/+2
* * changed warning indicator from '°°°' to '! ' in order to avoid possible...Oliver Tappe2008-05-241-2/+2
* * renamed --verbose-level to --log-level to make it more separate from --verb...Oliver Tappe2008-04-071-7/+7
* * added PODs to all Perl-modules in lib, documenting those functions that are...Oliver Tappe2008-04-065-183/+756
* * made names of distro module consistent across OpenSLX - now the always star...Oliver Tappe2008-04-061-4/+73
* * added TODO about missing documentationOliver Tappe2008-03-311-0/+2
* * Changed check of syscall from die() to warn() in order to let the callerOliver Tappe2008-03-271-1/+1
* * Switched from explicit cleanup functions to "resource acquisition by defini...Oliver Tappe2008-03-242-59/+100
* * moved syscall related code into a module of its own rightOliver Tappe2008-03-231-0/+56
* * added sigtrap protection (against user pressing CTRL-C, for instance) and madeOliver Tappe2008-03-231-12/+21
* * improved error handling when trying to load plugin-specific distro modules ...Oliver Tappe2008-03-201-7/+10
* Checked in with wrong directory name (double underline) Dirk von Suchodoletz2008-03-2010-0/+0
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-2043-7606/+7606
* * removed bogus packages called 'gpg-pubkey' - we handle those explicitly, an...Oliver Tappe2008-03-174-24/+0Star
* * intermediate checking for new desktop plugin (successor of displaymanagerOliver Tappe2008-03-151-1/+5
* Same for SuSE10.3 64bit ...Dirk von Suchodoletz2008-03-1111-3/+1209
* Quickhack (incomplete) to add distro data for SuSE10.3 32bit.Dirk von Suchodoletz2008-03-1110-0/+1208
* * made hostIs64Bit() available as util functionOliver Tappe2008-03-111-0/+7
* added new ubuntu versionsSebastian Schmelzer2008-03-0124-0/+2324
* * fixed problem with respect to prefixing paths to absolute linksOliver Tappe2008-02-141-2/+2
* * slurpFile now supports returning the file as an array of linesOliver Tappe2008-02-011-5/+13
* * warnings are now indicated by '°°°', errors by '***'Oliver Tappe2008-02-011-3/+9
* * added support to spitFile() for setting the mode of theOliver Tappe2008-01-221-3/+7
* * use mkpath() instead of system()Oliver Tappe2008-01-161-3/+4
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-1/+1
* * changed default for 'pxe-theme' from 'openslx' to unset to stay compatibleOliver Tappe2008-01-121-1/+1
* * fixed encoding problem of PXE-config file outputOliver Tappe2008-01-111-4/+20
* * added two new global settings:Oliver Tappe2008-01-111-0/+2
* cleaned up installation code in several ways:Oliver Tappe2007-12-3032-57/+960
* * added default debconf database for openslx systems based onOliver Tappe2007-11-091-0/+16
* * small cleanupOliver Tappe2007-09-231-2/+2
* * added readPassword() to Utils.pm, a function which fetches a passwordOliver Tappe2007-09-231-0/+13
* * switched from perl-based distro-configuration files to "real" configurationOliver Tappe2007-08-1559-106/+7730
* * added 64-bit targets for Ubuntu 6.10, 7.04 and Debian 4.0 (3.1 doesOliver Tappe2007-08-056-0/+30
* * dropped support for CSV databases, as they are simply not good enoughOliver Tappe2007-07-311-1/+3
* * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10Oliver Tappe2007-07-303-0/+11
* * finished installation support for Debian-etch, Debian-sarge and UbuntuOliver Tappe2007-07-286-7/+41
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-281-4/+4
* * added example settings file for ubuntu-6.10Oliver Tappe2007-07-261-0/+9
* * added default /etc/hosts file that allows resolution ofOliver Tappe2007-07-251-0/+1
* * reworked OpenSLX::OSSetup::Distro structure to incorporateOliver Tappe2007-07-252-18/+182
* * reduced use of Config::General to object-oriented mode only, as it isOliver Tappe2007-07-251-1/+2
* * dropped our own implementation of glob() - that was a fix at the wrong place.Oliver Tappe2007-07-221-10/+1Star