summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-33/+42
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-241-137/+169
* * cosmetical change of info textOliver Tappe2007-06-201-1/+1
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-17/+17
* largish change with respect to configurable paths:Oliver Tappe2007-06-171-40/+51
* * fixed all warnings indicated by 'perl -w'Oliver Tappe2007-06-131-1/+3
* Make vesamenu.c32 available for optional useFelix Endres2007-06-011-0/+5
* * added missing quotes around attribute values when creating machine-setup;Oliver Tappe2007-05-221-1/+1
* * removed incorrect use of quotemeta() when copying configuration folders,Oliver Tappe2007-05-161-7/+21
* * updated PODOliver Tappe2007-05-161-10/+21
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-2/+3
* * minor cleanupOliver Tappe2007-05-111-1/+1
* * minor cleanup of PODs with respect to Eclipse syntax highlightingOliver Tappe2007-05-091-1/+1
* * added support to exporter modules for passing out the required fs-modulesOliver Tappe2007-05-061-4/+9
* * added option -S to mkdxsinitrd in order to pass in the system nameOliver Tappe2007-05-061-0/+2
* * fixed machine-setup not being generated for client-specific config-TGZsOliver Tappe2007-05-051-6/+7
* * mkdxsinitrd now determines DISTRO and DISTRO_VER from the given ROOTPATHOliver Tappe2007-05-051-3/+0Star