summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Further simplifications and cleanups (because of busybox switchover)Dirk von Suchodoletz2007-04-285-72/+28Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@939 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simplification of (u)sleep (applets in busybox)Dirk von Suchodoletz2007-04-281-32/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@938 95ad53e4-c205-0410-b2fa-d234c58c8868
* Solution for ext2 formatter ... (see ticket #117 too)Dirk von Suchodoletz2007-04-281-2/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@937 95ad53e4-c205-0410-b2fa-d234c58c8868
* Major changes for stage3/initramfs: busybox is made the main tool ...Dirk von Suchodoletz2007-04-284-914/+76Star
| | | | | | | | mkdxsinitrd is changed accordingly, with some fixes, cleanups to init and functions ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@936 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups for InitRamFS: busybox is made the main tool ...Dirk von Suchodoletz2007-04-285-27/+17Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@935 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for detection of part.ID44, proper setup of /tmp ...Dirk von Suchodoletz2007-04-271-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@934 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added explicit creation of /lib64 and /usr/lib64 if they do notOliver Tappe2007-04-261-4/+16
| | | | | | | | exist on 64-bit stage1a systems on 64-bit hosts (that used to trigger problems on debian). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@933 95ad53e4-c205-0410-b2fa-d234c58c8868
* * use Carp::Heavy explicitly in order to avoid problemsOliver Tappe2007-04-261-1/+6
| | | | | | | | with dynamic loading later, in case of being chrooted. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@932 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added workaround for /lib32 and /usr/lib32 not being referenced inOliver Tappe2007-04-261-4/+14
| | | | | | | | | ld.so.conf on debian, although they are required and used. I don't understand why they do it this way... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@931 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleaned up handling of busybox binary, we now copy the binary that correspondsOliver Tappe2007-04-261-21/+38
| | | | | | | | to the host system (32-bit or 64-bit). Let's see if that improves the result on debian-4... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@930 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem in slxsystem that would cause unexpected exits if anyOliver Tappe2007-04-261-2/+3
| | | | | | | | command returned -1 * removed superfluous and confusing message for every unknown message key git-svn-id: http://svn.openslx.org/svn/openslx/trunk@929 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support to copyFile for passing in the name of the target file (toOliver Tappe2007-04-261-11/+9Star
| | | | | | | rename during copy) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@928 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanups ...Dirk von Suchodoletz2007-04-263-17/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@927 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some cleanup ...Dirk von Suchodoletz2007-04-253-29/+19Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@926 95ad53e4-c205-0410-b2fa-d234c58c8868
* Die Unions können jetzt auch konsistent über die machine-setup angegeben ↵Felix Endres2007-04-241-2/+14
| | | | | | werden. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@925 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fix for samba dir and some code simplifications ...Dirk von Suchodoletz2007-04-241-11/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@924 95ad53e4-c205-0410-b2fa-d234c58c8868
* Support the setup (basic functionality only) of printer and samba (SuSEDirk von Suchodoletz2007-04-244-5/+89
| | | | | | | only at the moment) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@923 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed semantics of slxos-export (back) to add/update/removeOliver Tappe2007-04-232-80/+147
| | | | | | | | | | | in order to seperate the creation of new exports from the updating of existing ones. This has become necessary with the new naming scheme. * introduced new naming scheme that names exports like the vendor-OS, but adds one letter to it to differentiate several exports of the same vendor-OS and type. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@922 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switch default database type from 'CSV' to 'SQLite', as we noOliver Tappe2007-04-231-1/+1
| | | | | | | longer need the editing capabilities of CSV. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@921 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added method for getting the next export-counter of a vendor-OS.Oliver Tappe2007-04-231-0/+17
| | | | | | | However, this should be redone later in order to avoid possible races. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@920 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added 'export_counter' to table 'vendor_os'Oliver Tappe2007-04-231-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@919 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanupOliver Tappe2007-04-232-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@918 95ad53e4-c205-0410-b2fa-d234c58c8868
* * list-systems in verbose mode now shows type of export next to the name, inOliver Tappe2007-04-221-2/+2
| | | | | | | | order to make it obvious which export-type any system is using. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@917 95ad53e4-c205-0410-b2fa-d234c58c8868
* * exports no longer make use of a two-valued key, but requireOliver Tappe2007-04-211-7/+14
| | | | | | | | | a unqiue name. The current scheme is to name an export like the corresponding vendor-OS if possible and append the export type to that name if such an export already exists. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@916 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed syntax check of rsync-uri, as it wouldn't allow to useOliver Tappe2007-04-211-3/+0Star
| | | | | | | local paths. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@915 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfixing and fine-tuning last changesFelix Endres2007-04-213-14/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@914 95ad53e4-c205-0410-b2fa-d234c58c8868
* AUFS and UnionFS adjustmentsFelix Endres2007-04-213-11/+49
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@913 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed missing "'" ...Dirk von Suchodoletz2007-04-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@912 95ad53e4-c205-0410-b2fa-d234c58c8868
* Obvious fix for last checkin ...Dirk von Suchodoletz2007-04-181-6/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@911 95ad53e4-c205-0410-b2fa-d234c58c8868
* add different path for kdmrc since suse 10.2 user now /opt/kde...Michael Janczyk2007-04-181-0/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@910 95ad53e4-c205-0410-b2fa-d234c58c8868
* "Fix" for slxos-setup export system nbd-squash (to be checked) ...Dirk von Suchodoletz2007-04-171-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@909 95ad53e4-c205-0410-b2fa-d234c58c8868
* xdm .desktop files fixedVolker Uhrig2007-04-171-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@908 95ad53e4-c205-0410-b2fa-d234c58c8868
* priority addedVolker Uhrig2007-04-172-1/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@907 95ad53e4-c205-0410-b2fa-d234c58c8868
* xdialog integrated, misc minor fixesVolker Uhrig2007-04-173-15/+65
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@906 95ad53e4-c205-0410-b2fa-d234c58c8868
* AUFS changes.Felix Endres2007-04-164-12/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@905 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changed to maximum of 80 chars/lineVolker Uhrig2007-04-162-16/+18
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@904 95ad53e4-c205-0410-b2fa-d234c58c8868
* Merged mj0's IDE/SCSI detection into new runvmware-v2Volker Uhrig2007-04-161-11/+32
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@903 95ad53e4-c205-0410-b2fa-d234c58c8868
* - We can't avoid using masses of .desktop files for XDM... integratedVolker Uhrig2007-04-163-43/+54
| | | | | | | - `command` subtituded with $(command) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@902 95ad53e4-c205-0410-b2fa-d234c58c8868
* added new testVolker Uhrig2007-04-161-0/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@901 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renamed the directory virtualisierung to virtualizationVolker Uhrig2007-04-164-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@900 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
* Ignore install.log file.Lars Müller2007-04-150-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@898 95ad53e4-c205-0410-b2fa-d234c58c8868
* Do not construct the URL is the file is prefixed with {ftp,http}://.Lars Müller2007-04-151-1/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@897 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add an OpenSLX spec file to allow builds of RPMs.Lars Müller2007-04-153-2/+67
| | | | | | | | 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-152-8/+11
| | | | | | | | | | | | 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
* * added our implementation of warn() to increase the visibility of warnings.Oliver Tappe2007-04-151-1/+15
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@893 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved installer such that it can continue in case the basic system had ↵Oliver Tappe2007-04-157-37/+121
| | | | | | | | | | | | | | been successully created in a previous run (it used to break in that case, complaining about several folders not being empty). * added support for invoking any potential vendor-specific configuration script (like SuSEconfig) after each metapackager session. Implemented invocation of SuSEconfig for all supported SUSE distros. This improves the result of an installation a lot, as it brings the system into a more directly usable state. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@892 95ad53e4-c205-0410-b2fa-d234c58c8868
* * activated check for required modules in slxos-export, such that you can ↵Oliver Tappe2007-04-153-5/+12
| | | | | | | | | | only create an nfs-squash export if the vendor-OS actually has support for that included... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@891 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanup with respect to how modules/classes are loadedOliver Tappe2007-04-143-136/+48Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@890 95ad53e4-c205-0410-b2fa-d234c58c8868