summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2048 95ad53e4-c2...Oliver Tappe2008-08-181-1/+1
* implemented plugin dependency handling:Oliver Tappe2008-07-231-1/+18
* * refactored locking file to make use of ScopedResourceOliver Tappe2008-06-081-49/+41Star
* * since I regularly got irritated by slxconfig-demuxer saying something aboutOliver Tappe2008-06-081-1/+3
* preparations to support cdboot as a second boot type for clientsOliver Tappe2008-05-281-143/+50Star
* * heavily redesigned and improved the checking of attributes: instead of dyingOliver Tappe2008-05-241-16/+16
* * added checking of system attributes, too (before only clients were checked)Oliver Tappe2008-05-241-1/+12
* * added checking of attributes for every client & system before its attribute...Oliver Tappe2008-05-241-0/+10
* * use Clone::clone instead of Storable::dclone throughout OpenSLX in order to...Oliver Tappe2008-05-221-2/+2
* * renamed --verbose-level to --log-level to make it more separate from --verb...Oliver Tappe2008-04-071-3/+3
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-201-592/+592
* * fixed several bugs in the config-demuxer caused by recent changes in pluginOliver Tappe2008-03-171-3/+8
* Fix 'unterminated list at =head in paragraph' error of pod2html.Lars Müller2008-03-131-0/+1
* * implemented rsync-based build folder strategy for slxconfig-demuxer whichOliver Tappe2008-03-061-23/+30
* * fixed potential use of uninitialized valueOliver Tappe2008-02-201-1/+2
* Refactored call-out to plugins when making the initramfs:Oliver Tappe2008-02-161-21/+5Star
* * hopefully finally fixed the utf8-related character problems in --manOliver Tappe2008-02-121-1/+1
* * implement support for letting the plugins suggest additional kernel_paramsOliver Tappe2008-02-101-0/+3
* * fixed potential use of undefined value (spotted by Michael)Oliver Tappe2008-02-091-39/+36Star
* * cleaned up the code a bit with respect to the handling of target systemsOliver Tappe2008-02-031-18/+29
* * the config-demuxer no longer writes the configurations for all systemsOliver Tappe2008-02-031-4/+11
* * switched config-demuxer over to internal generation of initramfsOliver Tappe2008-02-021-84/+1Star
* * fixed bugs that stopped new-style initramfs from workingOliver Tappe2008-02-021-2/+2
* * added support for creating only the initramfs for the systems thatOliver Tappe2008-02-021-20/+57
* * finished initial re-implementation of mkdxsinitrd in perl -Oliver Tappe2008-02-011-12/+30
* Hopefully finished the adjustments of the tools with respect to themeOliver Tappe2008-01-271-5/+4Star
* * corrected commentOliver Tappe2008-01-261-1/+1
* * extract debug-level from kernel_params and add pass itOliver Tappe2008-01-221-0/+6
* * it is now possible to cause slxconfig-demuxer to use theOliver Tappe2008-01-161-11/+53
* * the config-demuxer now passes through theme::name to mkdxsinitrd (via -s)Oliver Tappe2008-01-141-1/+4
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-15/+23
* * fixed encoding problem with script-internal default PXE-templateOliver Tappe2008-01-121-9/+11
* * fixed 'uninitialized value' warningOliver Tappe2008-01-121-4/+6
* * added hook mechanism to initramfs-init which can be used by pluginsOliver Tappe2008-01-111-2/+0Star
* * fixed encoding problem of PXE-config file outputOliver Tappe2008-01-111-4/+3Star
* * oops, remove debug output :-/Oliver Tappe2008-01-111-2/+0Star
* * added support to the config-demuxer for PXE-theming, i.e. it will lookOliver Tappe2008-01-111-6/+31
* * added new column 'description' to system, which holds an optionalOliver Tappe2008-01-111-12/+38
* * the config-demuxer now only demuxes attributes of active plugins that haveOliver Tappe2008-01-091-2/+6
* * fixed several occurrences of 'attr_'-namesOliver Tappe2008-01-091-8/+9
* * several fixes related to the handling of plugin-specific attributesOliver Tappe2008-01-091-24/+29
* * finished refactoring of attribute handling code, especially theOliver Tappe2008-01-071-27/+28
* * added new DB-field attr_ramfs_miscmods to system tableOliver Tappe2007-10-051-0/+3
* * dropped 'pxe'-subfolder for PXE-stuff since most installations put thatOliver Tappe2007-08-311-10/+9Star
* * ConfigDB-objects now reuse active DB-connections in order to reduce theOliver Tappe2007-08-011-3/+3
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-311-5/+7
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-211-1/+1
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-1/+13
* * now a dummy hostname ('slx-client') is set in initramfs-setup, just to haveOliver Tappe2007-07-061-0/+1
* * added support for os-plugins:Oliver Tappe2007-07-031-15/+76