summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* VMware environment: loopfile and mount will be placed in /etc/vmwareDirk von Suchodoletz2006-09-0312-187/+123Star
| | | | | | | | | | | | now to avoid problems with nfs and unionfs. Cleanups in vmware-prep script. Introduced new debug level for script runtime calculation, see DebugLevel for further information. Code cleanups in major initramfs scripts, improved /tmp handling in hwautocfg and init ... Removed imgsrv variable (from machine-setup), just merged with the vmware variable (put the vmware image source here ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@352 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanups in servconfig ...Dirk von Suchodoletz2006-09-011-38/+47
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@351 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups, small bugfixes, ...Dirk von Suchodoletz2006-09-014-45/+39Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@350 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing error in uri_token function (server was not read correctly),Michael Janczyk2006-08-315-26/+29
| | | | | | | | | | | adding possibility to provide Xorg config file via ConfTGZ (if /rootfs${D_XF86CONFFILE is present the automatic configuration is NOT run anymore - nothing changes if not provided. Xorg configs from stage1, stage2 exports are ignored) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@349 95ad53e4-c205-0410-b2fa-d234c58c8868
* Forgot to delete DebugmessageFelix Endres2006-08-311-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@348 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanup of Ubuntus configurationFelix Endres2006-08-314-182/+12Star
| | | | | | | | Several fixes concerning Errormessages during Bootup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@347 95ad53e4-c205-0410-b2fa-d234c58c8868
* Major cleanup in several scripts, bugfix for installation (makeDirk von Suchodoletz2006-08-317-152/+111Star
| | | | | | | | install), messages, functions, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@346 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small mistake in last checkin...Felix Endres2006-08-301-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@345 95ad53e4-c205-0410-b2fa-d234c58c8868
* GDM works now for late starting also with bind mountsFelix Endres2006-08-304-289/+132Star
| | | | | | | Inserted overwrite for default-display-manager setting by machine-setup (or dhcp) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@344 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed order of configuration files to be:Oliver Tappe2006-08-291-1/+3
| | | | | | | | | /etc/openslx/settings.default (basic system-specific settings from package) /etc/openslx/settings.local (settings file for local changes by administrator) ~/.openslx/settings (settings file for user-specific changes) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@343 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added '-depth' to find command, as otherwise it would always complain aboutOliver Tappe2006-08-291-2/+3
| | | | | | | | | not being able to enter '.svn' folders (which was triggered by removing them). ['-depth' causes find to handle (here: remove) a folder's contents before the folder itself]. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@342 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed several bugs, such that now the kernel is starting to boot (untilOliver Tappe2006-08-291-19/+26
| | | | | | | it notices that there's no root-fs...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@341 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish overhaul, introduced third (aggregational) and fourth (support)Oliver Tappe2006-08-292-224/+347
| | | | | | | | | | | | interface to ConfigDB.pm and moved big parts of config-demuxer.pl as implementation into these interfaces. This enables other scripts to make use of the aggregated data, too. * added copying of kernel to demuxer (initramfs is currently tried to be copied, too, which doesn't make sense, as it needs to be created by slxmkramfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@340 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed test-data to be better suited for testingOliver Tappe2006-08-291-9/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@339 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for fetching and changing system_variantsOliver Tappe2006-08-292-37/+135
| | | | | | | | | * changed implementation of fetch...ByID-methods to allow passing in several IDs (and thus returning more than one object) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@338 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed attribute-names to make more senseOliver Tappe2006-08-291-25/+42
| | | | | | | | | * added table 'system_variant' * changed table 'group' to 'groups' as otherwise there are syntax errors with SQL-Servers git-svn-id: http://svn.openslx.org/svn/openslx/trunk@337 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated slxmkramfs and fixed some errors ... Moved the filtering of .svnDirk von Suchodoletz2006-08-283-126/+54Star
| | | | | | | | to the "make install" (which works, but produces an error message) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@336 95ad53e4-c205-0410-b2fa-d234c58c8868
* next gen initramfs generator script (used from config-demuxer) in stage2Dirk von Suchodoletz2006-08-251-0/+718
| | | | | | | | ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@335 95ad53e4-c205-0410-b2fa-d234c58c8868
* Append rev$( svnversion) to OPENSLX_VERSION_STRING ifLars Müller2006-08-252-2/+7
| | | | | | | | | | | | OPENSLX_SVN_SNAPSHOT is yes,y, or 1. This allows us to create a daily snapshot if the svn revision changes with a OPENSLX_SVN_SNAPSHOT=yes make tarball call. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@334 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add clean rule.Lars Müller2006-08-251-0/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@333 95ad53e4-c205-0410-b2fa-d234c58c8868
* Be more precise with the tar ball exclude.Lars Müller2006-08-251-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@332 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add VERSIONS file to define OPENSLX_VERSION_*.Lars Müller2006-08-252-4/+28
| | | | | | | | | Use OPENSLX_VERSION_STING in the Makefile. Ignore openslx-*.tar.bz2 file from svn. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@331 95ad53e4-c205-0410-b2fa-d234c58c8868
* Don't include management-framework dir to tar ball.Lars Müller2006-08-251-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@330 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup header. Use OpenSLX.com for the (c) line.Lars Müller2006-08-251-7/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@329 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed the fontproblem for gdm + ubuntu + bindmountsFelix Endres2006-08-242-3/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@328 95ad53e4-c205-0410-b2fa-d234c58c8868
* * tested and improved writing of configuration filesOliver Tappe2006-08-231-51/+109
| | | | | | | * implemented writing of PXE-files, not yet working properly, though git-svn-id: http://svn.openslx.org/svn/openslx/trunk@327 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added slightly changed copy of testConfDB.pl which will morph into aOliver Tappe2006-08-231-0/+196
| | | | | | | real testing script later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@326 95ad53e4-c205-0410-b2fa-d234c58c8868
* added bootsplashsize 640x480Michael Janczyk2006-08-231-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@325 95ad53e4-c205-0410-b2fa-d234c58c8868
* mount of usbfs in vmware-prep for vmware ;)Michael Janczyk2006-08-232-7/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@324 95ad53e4-c205-0410-b2fa-d234c58c8868
* new version of runvmware. added autoaccept eula of vmware. needed forMichael Janczyk2006-08-221-2/+9
| | | | | | | | new versions since aug 06. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@323 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added protection against concurrent executionOliver Tappe2006-08-211-17/+69
| | | | | | | | * implemented --dry-run option * some cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@322 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now that project name is fixed, we use it: 'ODLX' => 'OpenSLX' and 'odlx' ↵Oliver Tappe2006-08-2113-156/+156
| | | | | | => 'openslx' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@321 95ad53e4-c205-0410-b2fa-d234c58c8868
* * replaced all occurrences of 'opendiskless' with 'openslx'Oliver Tappe2006-08-216-121/+121
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@320 95ad53e4-c205-0410-b2fa-d234c58c8868
* uri format for automount and scratch (/tmp via nfs, ...), little fixes,Dirk von Suchodoletz2006-08-203-15/+22
| | | | | | | | cleanups, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@319 95ad53e4-c205-0410-b2fa-d234c58c8868
* GDM Probleme (unter UnionFS) behobenFelix Endres2006-08-202-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@318 95ad53e4-c205-0410-b2fa-d234c58c8868
* (hopefully) fixed #71 - please check!Dirk von Suchodoletz2006-08-184-18/+12Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@317 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish step towards a working demuxer: demuxing and packing of tars works Oliver Tappe2006-08-181-29/+194
| | | | | | | now, but PXE-stuff is still missing git-svn-id: http://svn.openslx.org/svn/openslx/trunk@316 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more testdata, this file will be changed into aOliver Tappe2006-08-181-6/+62
| | | | | | | proper test-script later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@315 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added temp-basepath configuration optionOliver Tappe2006-08-181-5/+8
| | | | | | | * slightly changed handling of base-paths git-svn-id: http://svn.openslx.org/svn/openslx/trunk@314 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing creation of table group_system_refOliver Tappe2006-08-181-0/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@313 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed two typos and remove superfluous debug outputOliver Tappe2006-08-181-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@312 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed several typosOliver Tappe2006-08-181-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@311 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixes for pathes and file names for new configuration framework and fsDirk von Suchodoletz2006-08-172-13/+13
| | | | | | | structure ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@310 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added devel version of config-demuxer.pl, doesn't do anything usefulOliver Tappe2006-08-171-0/+112
| | | | | | | yet, though. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@309 95ad53e4-c205-0410-b2fa-d234c58c8868
* * interface cleanupOliver Tappe2006-08-173-56/+57
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@308 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added several new base-paths (private, public and shared)Oliver Tappe2006-08-171-2/+13
| | | | | | | * db-path default is now dependent on private base-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@307 95ad53e4-c205-0410-b2fa-d234c58c8868
* (partly) fixed uri_token function (file=tftp://... should work now), doMichael Janczyk2006-08-171-6/+8
| | | | | | | not delete fileget result in tmp in debuglevels greater 2. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@306 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added all vendor_os-related functions to DB-interface andOliver Tappe2006-08-165-25/+255
| | | | | | | | -implementation * more cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@305 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug with automatic ID-creation not working as it shouldOliver Tappe2006-08-161-5/+17
| | | | | | | * added informative comment about why no SQL-placeholders are used git-svn-id: http://svn.openslx.org/svn/openslx/trunk@304 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now creates some groups, too.Oliver Tappe2006-08-161-1/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@303 95ad53e4-c205-0410-b2fa-d234c58c8868