summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* * one more try towards fixing the install: target for older shells (that seem toOliver Tappe2007-05-011-28/+39
| | | | | | | be unable to cope with comment lines as part of a multi-line shell statement). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@974 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some cleanup, added support for tracing installation, triggered by ↵Oliver Tappe2007-05-011-70/+63Star
| | | | | | TRACE_INSTALLATION=1 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@973 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved error handling during installation and execution in case the ↵Oliver Tappe2007-04-301-3/+18
| | | | | | | | | | DB-module can't be loaded (because of missing DBD::-modules). Closes ticket #118 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@971 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated busybox.i586 and busybox.config to version 1.4.2.Lars Müller2007-04-291-0/+4
| | | | | | | busybox.i586 was compiled on a chrooted suse 10.1 system. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@953 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ensure to have the subversion revision included into the OpenSLX versionLars Müller2007-04-291-1/+12
| | | | | | | | | | | string by default. This default was accidently changed by revision 895. Thanks to Oliver who mentioned this on IRC. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@952 95ad53e4-c205-0410-b2fa-d234c58c8868
* And don't install slxbootstrap any longer.Lars Müller2007-04-281-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@949 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed slxmkramfs from Makefile ...Dirk von Suchodoletz2007-04-281-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@946 95ad53e4-c205-0410-b2fa-d234c58c8868
* Remove the install log by calling the clean rule.Lars Müller2007-04-151-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@899 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add an OpenSLX spec file to allow builds of RPMs.Lars Müller2007-04-151-2/+8
| | | | | | | | Currently the Makefile autogenerates packaging/rpm/openslx-filelist for the filelist of the RPM. This has to be polished. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@896 95ad53e4-c205-0410-b2fa-d234c58c8868
* Create a file name REVISION while creating the tar ball. This isLars Müller2007-04-151-7/+10
| | | | | | | | | | | | uesfull as soon as OpenSLX is installed from the tar ball and not from inside the subversion. In this case svnversion can't provide the revision the tar ball was made from. Only append the repository resivion to the version string if OPENSLX_SVN_SNAPSHOT from the environment is set to _anything_ != "". git-svn-id: http://svn.openslx.org/svn/openslx/trunk@895 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add DESTDIR variable and use it in the install rule. This allows makeLars Müller2007-04-151-44/+50
| | | | | | | install DESTDIR=<any path to a directory>. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@894 95ad53e4-c205-0410-b2fa-d234c58c8868
* * created example of a PXE-template file and changed Makefile to copyOliver Tappe2007-04-111-0/+2
| | | | | | | this to the config-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@876 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added installation of mksquashfs, adjusted installation of busybox to last ↵Oliver Tappe2007-03-291-1/+3
| | | | | | changes git-svn-id: http://svn.openslx.org/svn/openslx/trunk@835 95ad53e4-c205-0410-b2fa-d234c58c8868
* * slxos-setup and the required files are now installed, too.Oliver Tappe2007-02-211-2/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@708 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved slxldd from config-db to (new) bin folder as it has nothing to do ↵Oliver Tappe2007-02-031-0/+1
| | | | | | with the config-db git-svn-id: http://svn.openslx.org/svn/openslx/trunk@671 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted scripts and Makefile to new directory layoutOliver Tappe2007-01-141-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@628 95ad53e4-c205-0410-b2fa-d234c58c8868
* Busybox is now properly named for the two supported architectures: i386Dirk von Suchodoletz2007-01-101-6/+5Star
| | | | | | | | | | and x86_64. mkdxsinitrd includes usb keyboard stuff per default and init loads the modules rather early (otherwise on non-legacy machines debugging might be difficult) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@609 95ad53e4-c205-0410-b2fa-d234c58c8868
* x86_64 architecture integration should be started ...Dirk von Suchodoletz2007-01-091-4/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@604 95ad53e4-c205-0410-b2fa-d234c58c8868
* List of available applets including the path.Lars Müller2007-01-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@590 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add slxbootstrap used by busybox.Lars Müller2007-01-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@589 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added new busybox in new place (tools, Makefile, ...) Busybox hasDirk von Suchodoletz2006-12-151-2/+5
| | | | | | | | | modified switch_root (same as for run-init ...) Updated mkdxsinitrd for busybox usage (same has to be done for slxmkramfs when tested properly) Minor fixes ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@536 95ad53e4-c205-0410-b2fa-d234c58c8868
* dxs2tgz is replaced by MakefileFelix Endres2006-12-131-0/+2
| | | | | | | | dxs2deb is replaced by builddebianpackage (which uses the Makefile) Makefile contains now a note, concerning builddebianpackage git-svn-id: http://svn.openslx.org/svn/openslx/trunk@533 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of the floppy image for vmware stuff ... Optional parameter for Dirk von Suchodoletz2006-12-021-0/+1
| | | | | | | | | directly passing location of machine-setup to mkdxsinitrd. Fixes and additions (auto power off - not enabled yet) and bugfix for missing netmask ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@526 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changes for the case that /bin/sh is not a link to bashFelix Endres2006-11-271-10/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@524 95ad53e4-c205-0410-b2fa-d234c58c8868
* Use full name for the author header.Lars Müller2006-11-211-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@518 95ad53e4-c205-0410-b2fa-d234c58c8868
* "svnversion ." seems to work for older environments too ...Dirk von Suchodoletz2006-11-141-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@510 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changed paths to fit the new structure in mkdxsinitrdFelix Endres2006-11-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@502 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updateѕ pxelinux components, added proper license file (COPYING), addedDirk von Suchodoletz2006-10-291-1/+2
| | | | | | | busybox (compiled, for testing reasons) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@483 95ad53e4-c205-0410-b2fa-d234c58c8868
* Don't overwrite an existing settings.local file.Lars Müller2006-10-281-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@474 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added check for requireed perl-modules before the installation process.Oliver Tappe2006-10-141-0/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@458 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem with perl-scripts not finding their modules in production pathOliver Tappe2006-10-031-1/+3
| | | | | | | | * perl-modules are now installed in $SLX_BASE_PATH/lib instead of .../bin, as that's how it's usually done. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@433 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed SLX_USE_ABSOLUTE_TFTP_PATH again, as this will be handled by ↵Oliver Tappe2006-10-021-4/+0Star
| | | | | | | | | | | slxsetup.pl (once that is implemented). After all, that option concerns the local setup, not the deployment configuration (which is the only thing dealt with in the Makefile). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@428 95ad53e4-c205-0410-b2fa-d234c58c8868
* * major cleanup, added comments and replaced cp -a by tar in order to avoid ↵Oliver Tappe2006-10-021-20/+38
| | | | | | | | | | | | copying .svn-folders. * more or less completed and enabled uninstall-target * added support for automatic generation of slxversion script git-svn-id: http://svn.openslx.org/svn/openslx/trunk@427 95ad53e4-c205-0410-b2fa-d234c58c8868
* * slightly changed and actived Dirk's changes from revision 419:Oliver Tappe2006-10-011-4/+8
| | | | | | | | | it is now possible to switch between absolute/relative paths for tftp accesses via the new environment variable SLX_USE_ABSOLUTE_TFTP_PATH (which defaults to 1). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@421 95ad53e4-c205-0410-b2fa-d234c58c8868
* Suggestion how to pass SLX_CONFIG_PATH info (via slxmkramfs,Dirk von Suchodoletz2006-10-011-0/+4
| | | | | | | | mkdxsinitrd - "make install" setup has to replace a variable in both files), minor fixes and additions ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@419 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added SLX_EXPORT_PATHOliver Tappe2006-09-291-9/+17
| | | | | | | * changed order of env-vars to reflect dependency, not alphabetical order git-svn-id: http://svn.openslx.org/svn/openslx/trunk@412 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed typoOliver Tappe2006-09-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@410 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added SLX_BIN_PATH and SLX_CONFIG_PATH to configuration file as theyOliver Tappe2006-09-291-12/+15
| | | | | | | | | were missing (SLX_CONFIG_PATH doesn't make much sense in there, but I have added it anyway, just for completeness). * renamed VMWARE_PATH to SLX_VMWARE_PATH git-svn-id: http://svn.openslx.org/svn/openslx/trunk@409 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added SLX_TFTPBOOT_PATH and SLX_TEMP_PATH as these two are used, too.Oliver Tappe2006-09-291-7/+17
| | | | | | | | | * changed generation of /etc/opt/openslx/settings.default to follow shell syntax, such that the config file can be sourced by all shell- scripts, too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@403 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of management-framework to ldap-site-mngmt, minor addition toDirk von Suchodoletz2006-09-261-1/+1
| | | | | | | | exclude-common (exclude secrets.tdb for samba in system cloning), minor fix to Makefile. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@395 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished support for overruling default folders by setting the respective ↵Oliver Tappe2006-09-261-8/+33
| | | | | | | | | | | | environment variables when invoking the Makefile * added writing of /etc/opt/openslx/settings.default with the folders that were set for installation * added installation of slxconfig-demuxer.pl and the perl-modules git-svn-id: http://svn.openslx.org/svn/openslx/trunk@394 95ad53e4-c205-0410-b2fa-d234c58c8868
* Still fixes needed for the directory change (see last checkins),Dirk von Suchodoletz2006-09-181-3/+3
| | | | | | | | excluded annoying tools in GUI autostart in SuSE10.1 (see exclude-suse-10.1) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@381 95ad53e4-c205-0410-b2fa-d234c58c8868
* kdm sessions reduced to linux + 2x windows(no author)2006-09-121-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@372 95ad53e4-c205-0410-b2fa-d234c58c8868
* theming should work now. bad hack, but works ok for first relase ;)(no author)2006-09-121-1/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@371 95ad53e4-c205-0410-b2fa-d234c58c8868
* * applied new path schemeOliver Tappe2006-09-081-21/+39
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@369 95ad53e4-c205-0410-b2fa-d234c58c8868
* Major cleanup in several scripts, bugfix for installation (makeDirk von Suchodoletz2006-08-311-2/+3
| | | | | | | | install), messages, functions, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@346 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
* Updated slxmkramfs and fixed some errors ... Moved the filtering of .svnDirk von Suchodoletz2006-08-281-3/+6
| | | | | | | | 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
* Append rev$( svnversion) to OPENSLX_VERSION_STRING ifLars Müller2006-08-251-1/+6
| | | | | | | | | | | | 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