summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Expand)AuthorAgeFilesLines
* * improved error handling during installation and execution in case the DB-mo...Oliver Tappe2007-04-301-1/+11
* * changed numbering scheme of initramfs from letters to numbers, in order toOliver Tappe2007-04-301-2/+2
* * corrected generation of wrong export name in PXE files.Oliver Tappe2007-04-291-1/+1
* * instead of the outdated slxmkramfs, the demuxer now uses the older, but betterOliver Tappe2007-04-281-21/+8Star
* * added method for getting the next export-counter of a vendor-OS.Oliver Tappe2007-04-231-0/+17
* * added 'export_counter' to table 'vendor_os'Oliver Tappe2007-04-231-1/+2
* * cleanupOliver Tappe2007-04-232-2/+1Star
* * list-systems in verbose mode now shows type of export next to the name, inOliver Tappe2007-04-221-2/+2
* * set appropriate default values for start_xdmcp and start_x in case the syst...Oliver Tappe2007-04-141-0/+16
* * improved error message in case a database module couldOliver Tappe2007-04-133-3/+3
* * fixed incorrect module names in error message.Oliver Tappe2007-04-133-3/+3
* * changed folder structure underneath /srv/openslx/tftpboot/pxe from system-b...Oliver Tappe2007-04-131-11/+18
* * simplification and cleanup step, in preparation for change of pxe folder st...Oliver Tappe2007-04-131-58/+68
* * fixed several issues in --dry-run mode (wasn't dry enough ;o)Oliver Tappe2007-04-121-11/+16
* * if no clients have been specified for a new system, the system will be adde...Oliver Tappe2007-04-121-0/+5
* * for better consistency, the name has to be given without the 'name='-prefix,Oliver Tappe2007-04-121-59/+77
* * now supports external PXE-template (expected in '/etc/opt/openslx/PXE-templ...Oliver Tappe2007-04-111-8/+21
* * created example of a PXE-template file and changed Makefile to copyOliver Tappe2007-04-111-0/+8
* * fixed leftover of use_absolute_tftpOliver Tappe2007-04-111-1/+0Star
* * circumvent problem with older versions of DBD::CSV not supporting the max()...Oliver Tappe2007-04-111-1/+9
* * removed 'use_absolute_tftp' from settings tableOliver Tappe2007-04-082-7/+0Star
* * in order to be consistent with other scripts, 'remove' is now a real action...Oliver Tappe2007-04-081-10/+29
* * made output less confusing (use '' instead of <>)Oliver Tappe2007-04-081-8/+8
* * db-type no longer requires exact case matching of the respective module nam...Oliver Tappe2007-04-081-1/+14
* * added more precise errors for inconsistent DB states (if the export or vend...Oliver Tappe2007-04-052-10/+13
* * renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in or...Oliver Tappe2007-04-051-3/+6
* * even more work on consolidating the PODs. Hopefully, I'm finished now...Oliver Tappe2007-04-033-366/+164Star
* * more POD consolidationOliver Tappe2007-04-012-105/+135
* * improved POD formattingOliver Tappe2007-04-012-112/+297
* * moved default values for systems and client into DB-layerOliver Tappe2007-04-012-19/+24
* * system-names will no longer be automatically set, you have to specify them ...Oliver Tappe2007-04-011-46/+75
* * circumvent dubious problem with perldoc in combination with UTF-8 thatOliver Tappe2007-04-012-2/+12
* * added several missing closing brackets in PODOliver Tappe2007-03-291-5/+5
* * added support for adding/removing of clients to/from a system, without havi...Oliver Tappe2007-03-261-57/+115
* * cosmetical changesOliver Tappe2007-03-261-1/+1
* * fixed a bad bug in _updateRefTable that would delete many more items than s...Oliver Tappe2007-03-261-1/+6
* * --list-systems now shows the names of the respective systems' clients, tooOliver Tappe2007-03-261-12/+51
* * inserted correct copyright headerOliver Tappe2007-03-2311-36/+107
* * fixed incorrect uses of the _tr() functionOliver Tappe2007-03-231-1/+1
* * removed this script as it is no longer needed (now that we have slxconfig)Oliver Tappe2007-03-231-347/+0Star
* * changed to be more quiet by default (old behaviour can be requested with --...Oliver Tappe2007-03-231-12/+10Star
* * adjusted to changed DB-schemaOliver Tappe2007-03-232-54/+32Star
* * completed this script:Oliver Tappe2007-03-231-81/+335
* * cleaned up some schema inconsistenciesOliver Tappe2007-03-231-2/+2
* * did missing adjustments to recent refactoring step, as reported by DirkOliver Tappe2007-03-201-5/+8
* * removed slxsetup as it isn't required now that we have slxconfigOliver Tappe2007-03-201-341/+0Star
* * added the options '--list-clients', '--list-exports', '--list-systems' andOliver Tappe2007-03-161-0/+42
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-1512-598/+586Star
* * minor cleanupOliver Tappe2007-03-131-25/+15Star
* * added new script slxconfig, which can be used to add systems and clients to...Oliver Tappe2007-03-111-0/+270