summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Utils.pm
Commit message (Expand)AuthorAgeFilesLines
* * slurpFile now supports returning the file as an array of linesOliver Tappe2008-02-011-5/+13
* * 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
* * fixed encoding problem of PXE-config file outputOliver Tappe2008-01-111-4/+20
* * 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-151-0/+46
* * finished installation support for Debian-etch, Debian-sarge and UbuntuOliver Tappe2007-07-281-7/+20
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-281-4/+4
* * reworked OpenSLX::OSSetup::Distro structure to incorporateOliver Tappe2007-07-251-2/+71
* * replaces most occurrences of confess() with croak(), as that is less noisy.Oliver Tappe2007-07-181-1/+0Star
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-0/+2
* * moved checkFlags() from Utils to Basics and used it there (in Oliver Tappe2007-07-021-14/+0Star
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-29/+87
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-1/+1
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-1/+18
* * moved instantiateClass() from OpenSLX::Utils to OpenSLX::BasicsOliver Tappe2007-05-071-23/+1Star
* * added support to copyFile for passing in the name of the target file (toOliver Tappe2007-04-261-11/+9Star
* * cleanup with respect to how modules/classes are loadedOliver Tappe2007-04-141-2/+26
* * inserted correct copyright headerOliver Tappe2007-03-231-3/+10
* * linkFile() now ignores any existing link-targetOliver Tappe2007-03-171-1/+1
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-151-0/+1
* * fixed non-local $/ in slurpFile()Oliver Tappe2007-03-141-1/+1
* * added an option to slurpFile() which causes it to not fail in case the requ...Oliver Tappe2007-03-131-2/+5
* * added Utils.pm that contains helpful functions used throughout OpenSLXOliver Tappe2007-03-121-0/+78