summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
Commit message (Collapse)AuthorAgeFilesLines
...
* * reworked exporting of default-/system-/client-configurations (TGZs) accordingOliver Tappe2007-05-051-34/+94
| | | | | | | | | to recent discussion - closes ticket #126 * fixed a couple of bugs relating to aggregation of attributes * improved robustness against strange client/system names git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1000 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now always passed '-d' to mkdxsinitrd in order to avoid using the ↵Oliver Tappe2007-05-031-4/+4
| | | | | | | | | | busybox-provided DHCP-client and use dhclient instead (as only the latter can fetch NIS-stuff). Note: We should improve udhcpcd in order to be able to drop dhclient at a later stage. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@990 95ad53e4-c205-0410-b2fa-d234c58c8868
* overhaul the settings concept:Oliver Tappe2007-05-021-2/+0Star
| | | | | | | | | | * now all settings live in the settings file, no more settings table in the DB * clearified slxsettings and its options * removed all references to db table 'settings' * added some new extended settings git-svn-id: http://svn.openslx.org/svn/openslx/trunk@988 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reverted recent addition of --verbose-level to short help, as that is no ↵Oliver Tappe2007-05-021-7/+0Star
| | | | | | | | | | | script option, but an openslx-option (which is supported by all openslx-scripts). These options are only mentioned in the man-page, but not in the short help. * Moved the improved help text for --verbose-level to slxsettings. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@987 95ad53e4-c205-0410-b2fa-d234c58c8868
* Replace dhpc-type by dhcp-export-type. Plus some indention for theLars Müller2007-05-011-7/+7
| | | | | | | other options. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@981 95ad53e4-c205-0410-b2fa-d234c58c8868
* Replace ... by some more explaining words.Lars Müller2007-05-011-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@979 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup message and remove superfluous spaces.Lars Müller2007-05-011-2/+2
| | | | | | | Oh yes, I don't like such ... statements. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@978 95ad53e4-c205-0410-b2fa-d234c58c8868
* Put explanation of debug option to slxconfig-demuxer ...Dirk von Suchodoletz2007-05-011-1/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@975 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed numbering scheme of initramfs from letters to numbers, in order toOliver Tappe2007-04-301-2/+2
| | | | | | | | avoid confusion with export/systems (which already make use of letters). This closes ticket #84. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@969 95ad53e4-c205-0410-b2fa-d234c58c8868
* * instead of the outdated slxmkramfs, the demuxer now uses the older, but betterOliver Tappe2007-04-281-21/+8Star
| | | | | | | | mkdxsinitrd * removed slxmkramfs, as it is going to be reimplemented in perl, later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@944 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed folder structure underneath /srv/openslx/tftpboot/pxe from ↵Oliver Tappe2007-04-131-11/+18
| | | | | | | | | | system-based to vendor-OS-based. This should save some space (as required kernels are copied only once) and should be easier to graps (not as much folders if there are a lot of systems). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@882 95ad53e4-c205-0410-b2fa-d234c58c8868
* * simplification and cleanup step, in preparation for change of pxe folder ↵Oliver Tappe2007-04-131-58/+68
| | | | | | structure git-svn-id: http://svn.openslx.org/svn/openslx/trunk@881 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed several issues in --dry-run mode (wasn't dry enough ;o)Oliver Tappe2007-04-121-11/+16
| | | | | | | | | | * fixed character encoding problems with PXE clients (they expect codepage 850, but we used to feed utf-8...) * deactivated dhcp-export by default, as it isn't implemented yet, anyway git-svn-id: http://svn.openslx.org/svn/openslx/trunk@880 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now supports external PXE-template (expected in ↵Oliver Tappe2007-04-111-8/+21
| | | | | | | | | '/etc/opt/openslx/PXE-template'). * no longer leaves .lock-file in case of death git-svn-id: http://svn.openslx.org/svn/openslx/trunk@877 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'use_absolute_tftp' from settings tableOliver Tappe2007-04-081-4/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@873 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more precise errors for inconsistent DB states (if the export or ↵Oliver Tappe2007-04-051-8/+3Star
| | | | | | | | | | vendor-OS a system refers to doesn't exist) * some cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@866 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in ↵Oliver Tappe2007-04-051-3/+6
| | | | | | | | | | | order to avoid confusions between this file and the 'slxconfig'-script. * changed slxconfig-demuxer to automatically add the current OpenSLX-version into slxsystem.conf (via slxversion). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@865 95ad53e4-c205-0410-b2fa-d234c58c8868
* * even more work on consolidating the PODs. Hopefully, I'm finished now...Oliver Tappe2007-04-031-177/+68Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@858 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more POD consolidationOliver Tappe2007-04-011-29/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@850 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved POD formattingOliver Tappe2007-04-011-31/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@849 95ad53e4-c205-0410-b2fa-d234c58c8868
* * circumvent dubious problem with perldoc in combination with UTF-8 thatOliver Tappe2007-04-011-1/+6
| | | | | | | | | leads to strange dashes and single-quotes being used, in result making it impossible to copy'n'paste examples git-svn-id: http://svn.openslx.org/svn/openslx/trunk@842 95ad53e4-c205-0410-b2fa-d234c58c8868
* * inserted correct copyright headerOliver Tappe2007-03-231-4/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted to changed DB-schemaOliver Tappe2007-03-231-27/+23Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@801 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish overhaul, changed ConfigDB to be object-oriented (could be ↵Oliver Tappe2007-03-151-17/+19
| | | | | | | | | | | improved, though!) * slxos-setup, slxos-export, slxconfig and slxconfig-demuxer can now be run one after the other in order to get a complete setup * still problems when trying to boot that system here, need to investigate... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@774 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed incorrect copying of links when in fact we want to copy the fileOliver Tappe2007-03-111-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@748 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stage1-path as config-optionOliver Tappe2007-02-051-1/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@686 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted scripts and Makefile to new directory layoutOliver Tappe2007-01-141-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@628 95ad53e4-c205-0410-b2fa-d234c58c8868
* * type problem in date determination code.Oliver Tappe2006-10-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@495 95ad53e4-c205-0410-b2fa-d234c58c8868
* * as we now use 'vmlinuz' for the defaultd kernel name we haveOliver Tappe2006-10-291-2/+3
| | | | | | | | to follow links in order to be able to determine the kernel version from the filename. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@494 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for writing of slxconfig file and passing itOliver Tappe2006-10-291-1/+38
| | | | | | | on to slxmkramfs. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@491 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stub for DHCP-exporter and adjusted config-demuxerOliver Tappe2006-10-291-2/+24
| | | | | | | to use it. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@485 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more cleanupOliver Tappe2006-10-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@481 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted PODs and abstracts to recent name changes.Oliver Tappe2006-10-291-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@479 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed several scripts to our new convention: no .pl forOliver Tappe2006-10-281-0/+651
user-executable stuff... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@475 95ad53e4-c205-0410-b2fa-d234c58c8868