summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Expand)AuthorAgeFilesLines
...
* * added missing quotes around attribute values when creating machine-setup;Oliver Tappe2007-05-221-1/+1
* * fixed incorrect use of private-path instead of stage1-path, as reportedOliver Tappe2007-05-181-1/+1
* * removed incorrect use of quotemeta() when copying configuration folders,Oliver Tappe2007-05-161-7/+21
* * updated PODOliver Tappe2007-05-161-10/+21
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-135-28/+12Star
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-2/+3
* * fixed error during loading of DB-modules I introduced yesterdayOliver Tappe2007-05-121-1/+1
* * cleanup in DB-modulesOliver Tappe2007-05-115-23/+16Star
* * minor cleanupOliver Tappe2007-05-111-1/+1
* * minor cleanup of PODs with respect to Eclipse syntax highlightingOliver Tappe2007-05-093-5/+7
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-071-16/+11Star
* * added support to exporter modules for passing out the required fs-modulesOliver Tappe2007-05-061-4/+9
* * changed ramfs_fsmods and ramfs_nicmods to be (system-only) attributesOliver Tappe2007-05-061-3/+8
* * added new table global_info to DB-schema, in order to support nbd-server-portsOliver Tappe2007-05-064-16/+175
* * added option -S to mkdxsinitrd in order to pass in the system nameOliver Tappe2007-05-061-0/+2
* * fixed syntax problemsOliver Tappe2007-05-051-2/+3
* * added default values for all attributes to default systemOliver Tappe2007-05-051-0/+40
* * 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
* * reworked exporting of default-/system-/client-configurations (TGZs) accordingOliver Tappe2007-05-051-34/+94
* * added pushAttributes() and externalConfigNameForClient()Oliver Tappe2007-05-051-15/+50
* * fixed some holes in param check, could lead to crashesOliver Tappe2007-05-051-5/+5
* * removed code that tries to set defaults to columns that do not exist anymoreOliver Tappe2007-05-041-9/+0Star
* * filled attributes list with everything referenced in machine-setup.defaultOliver Tappe2007-05-031-13/+30
* * now always passed '-d' to mkdxsinitrd in order to avoid using the busybox-p...Oliver Tappe2007-05-031-4/+4
* overhaul the settings concept:Oliver Tappe2007-05-026-153/+41Star
* * reverted recent addition of --verbose-level to short help, as that is no sc...Oliver Tappe2007-05-022-7/+3Star
* Replace dhpc-type by dhcp-export-type. Plus some indention for theLars Müller2007-05-011-7/+7
* Replace ... by some more explaining words.Lars Müller2007-05-011-2/+3
* Cleanup message and remove superfluous spaces.Lars Müller2007-05-011-2/+2
* Put explanation of debug option to slxconfig-demuxer ...Dirk von Suchodoletz2007-05-011-1/+7
* * 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