summaryrefslogtreecommitdiffstats
path: root/installer
Commit message (Collapse)AuthorAgeFilesLines
...
* * oops: fixed stupid naming problems (instead of ...-x86_64 we have to use ↵Oliver Tappe2007-03-181-5/+5
| | | | | | | | | | | ..._x86_64 in order to avoid being bitten by the vendor-OS-name parser (everything after the second dash would be interpreted as being the selection, tsk!). Now it is actually possible again to install 64-bit systems at all. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@786 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for switch personality from 64-bit to 32-bit inOliver Tappe2007-03-181-17/+38
| | | | | | | | | order to be able to install a 32-bit vendor-OS on a 64-bit host. This fixes the problem Dirk has experienced (when trying to install 32-bit Fedora-6 on a 64-bit system). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@785 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reactivated all known distributions, just for testingOliver Tappe2007-03-171-6/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@784 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for continuing failed installation attempts, downloadsOliver Tappe2007-03-176-39/+42
| | | | | | | are now being continued in order to speed things up a bit. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@783 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switched from using system() to slxsystem()Oliver Tappe2007-03-172-11/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@782 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing (pre-remastering) kernel to packet listOliver Tappe2007-03-171-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@779 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed option to list supported export types from '--list' to '--list-types'Oliver Tappe2007-03-161-5/+37
| | | | | | | | * added option '--list-exported' which gives a list of exported vendor-OSes * added option '--list-installed' which gives a list of installed vendor-OSes git-svn-id: http://svn.openslx.org/svn/openslx/trunk@777 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed nbd-squashfs from the supported export types, as long as it is not ↵Oliver Tappe2007-03-161-2/+2
| | | | | | yet supported git-svn-id: http://svn.openslx.org/svn/openslx/trunk@776 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed option to show the supported distros from '--list' to ↵Oliver Tappe2007-03-161-5/+21
| | | | | | | | | '--list-supported' * added option '--list-installed' which gives a list of installed vendor-OSes git-svn-id: http://svn.openslx.org/svn/openslx/trunk@775 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish overhaul, changed ConfigDB to be object-oriented (could be ↵Oliver Tappe2007-03-154-51/+72
| | | | | | | | | | | 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
* * removed 'nbd' from supported export types as I have learned from Dirk ↵Oliver Tappe2007-03-141-2/+0Star
| | | | | | | | | yesterday that it simply doesn't make sense. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@773 95ad53e4-c205-0410-b2fa-d234c58c8868
* * applied several fixed to svnos-export and respective modules (as reported ↵Oliver Tappe2007-03-143-22/+20Star
| | | | | | by Dirk) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@772 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added two checks around cloning in order to protect users from making badOliver Tappe2007-03-142-18/+35
| | | | | | | | | mistakes * removed special-casing of clones, they no longer get a special name generated automatically, you have to specify the vendor-OS name and that's what you get. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@771 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanupOliver Tappe2007-03-143-7/+19
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@769 95ad53e4-c205-0410-b2fa-d234c58c8868
* * the splitting of vendor-os-name into distro-name and selection-name is now ↵Oliver Tappe2007-03-142-105/+86Star
| | | | | | | | | handled by the engine instead of the slxos-setup script, as that allows for more flexibility git-svn-id: http://svn.openslx.org/svn/openslx/trunk@768 95ad53e4-c205-0410-b2fa-d234c58c8868
* * corrected assumption that rsync filters follow a best-match strategy to a ↵Oliver Tappe2007-03-143-95/+93Star
| | | | | | | | | first-match strategy and adjusted the default filter accordingly git-svn-id: http://svn.openslx.org/svn/openslx/trunk@767 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved the clone-filter around to make it actually work again.Oliver Tappe2007-03-134-59/+59
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@763 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added distro specific part for os-export and put default export-filter thereOliver Tappe2007-03-125-21/+277
| | | | | | | | * the export filter is now built from the parts provided by us (in the distro-module) and the optional export-filter.local file (for which we provide an example) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@761 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added slxos-export script and the corresponding engine and exporter ↵Oliver Tappe2007-03-124-0/+481
| | | | | | implementation for NFS. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@760 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now uses OpenSLX::UtilsOliver Tappe2007-03-121-54/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@759 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed 'system-path' to 'vendor-os-path' as it's not a system after allOliver Tappe2007-03-122-15/+15
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@756 95ad53e4-c205-0410-b2fa-d234c58c8868
* * err, cloning was slightly to verbose last time...Oliver Tappe2007-03-121-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@755 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a syntax typoOliver Tappe2007-03-121-4/+5
| | | | | | | * minor cleanups git-svn-id: http://svn.openslx.org/svn/openslx/trunk@754 95ad53e4-c205-0410-b2fa-d234c58c8868
* * when cloning, we now only apply the common filter, the distro-specific ↵Oliver Tappe2007-03-121-23/+47
| | | | | | | | | filtering will be applied when exporting the system later. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@753 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added separation of support for cloning and installation of systems.Oliver Tappe2007-03-121-2/+12
| | | | | | | * minor improvement of POD git-svn-id: http://svn.openslx.org/svn/openslx/trunk@752 95ad53e4-c205-0410-b2fa-d234c58c8868
* * simplified cmdlineOliver Tappe2007-03-121-41/+68
| | | | | | | * updated and improved POD git-svn-id: http://svn.openslx.org/svn/openslx/trunk@751 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed typoOliver Tappe2007-03-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@746 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for cloning existing systems, seems to work, but only for ↵Oliver Tappe2007-03-032-18/+105
| | | | | | | | | the systems that are generally supported by slxos-setup (suse-10.1, suse-10.2, fedora-6). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@745 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup, proper variable assignement for D_XORGBIN (instead ofDirk von Suchodoletz2007-03-011-5/+5
| | | | | | | XBinPath in displayvars), bugfix ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@740 95ad53e4-c205-0410-b2fa-d234c58c8868
* new exclude added for gentoo ld4-installMichael Janczyk2007-02-261-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@723 95ad53e4-c205-0410-b2fa-d234c58c8868
* Restructured hwautocfg (moved hw related parts of init into it) - Dirk von Suchodoletz2007-02-261-2/+0Star
| | | | | | | should fix hangs on certain hardware (not fully tested yet) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@721 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some cleanup concerning the error message at the end of the installationOliver Tappe2007-02-234-275/+19Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@719 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for importing the installed vendor-OS into the config-dbOliver Tappe2007-02-232-65/+159
| | | | | | | | | | | | | * slxos-setup now supports three actions: install does a fresh install of a vendor-OS update updates an already installed vendor-OS import-into-db imports an already installed vendor-OS into the config-db * for all actions, you can now specify a specific (vendor-OS provided) selection, which will create a vendor-OS specific to that selection (this is where you can say --selection=kde to have SUSE install a KDE-desktop). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@718 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added architecture check to inhibit users from trying to install a 64-bit ↵Oliver Tappe2007-02-231-0/+13
| | | | | | | | | system on a 32-bit host, as that will fail later, anway. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@717 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed superfluous 'fixing' of files (which is required for SUSE).Oliver Tappe2007-02-231-10/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@716 95ad53e4-c205-0410-b2fa-d234c58c8868
* Special exclude/include for VMware/Player kernel modules ...Dirk von Suchodoletz2007-02-232-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@715 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed erraneous package list used for testing in order to avoid errorsOliver Tappe2007-02-221-150/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@712 95ad53e4-c205-0410-b2fa-d234c58c8868
* * specializations for Fedora-6 and SUSE-10.2-x86_64 addedOliver Tappe2007-02-212-0/+351
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@705 95ad53e4-c205-0410-b2fa-d234c58c8868
* * slxos-setup und die Metadaten der Systeme aktualisiertOliver Tappe2007-02-215-8/+445
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@704 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for debug=0 ... (< /dev/null)Root2007-02-211-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@703 95ad53e4-c205-0410-b2fa-d234c58c8868
* * slightly reworked distribution lookup mechanismOliver Tappe2007-02-132-30/+39
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@701 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'settings'-file from distro-info subfolders, as the user should neverOliver Tappe2007-02-134-18/+264
| | | | | | | | edit these anyway. The default configurations are now part of the distro-specific perl-module. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@699 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added perl-ified slxos-setup script and the relevant perl-modules, still ↵Oliver Tappe2007-02-1210-1/+1299
| | | | | | | | | not done, but nearly there git-svn-id: http://svn.openslx.org/svn/openslx/trunk@698 95ad53e4-c205-0410-b2fa-d234c58c8868
* Several small fixes for suse 10.2 setup, integration of commercial XBastian Wissler2007-02-071-4/+5
| | | | | | | | servers for ATI and NVidia ... updated exclude files ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@695 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some thoughts on Gentoo integration ... (minor cleanups in initDirk von Suchodoletz2007-02-011-2/+5
| | | | | | | and servconfig) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@664 95ad53e4-c205-0410-b2fa-d234c58c8868
* Use the right variable name of the existing path.Lars Müller2007-01-301-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@660 95ad53e4-c205-0410-b2fa-d234c58c8868
* Entry for (open)suse10.2 is needed in (deprecated) ld4-inst ...Dirk von Suchodoletz2007-01-301-3/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@655 95ad53e4-c205-0410-b2fa-d234c58c8868
* Extra exclude file for OpenSuSE10.2, added new hardware to Cards.localDirk von Suchodoletz2007-01-303-10/+75
| | | | | | | | and pcitable.local, see bug #100 ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@654 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated list of files to be excluded for SuSE10.1 (splitted the file forDirk von Suchodoletz2007-01-302-1/+1
| | | | | | | | 10.2) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@653 95ad53e4-c205-0410-b2fa-d234c58c8868
* Use ErrorMsg() for all error cases.Lars Müller2007-01-291-30/+15Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@647 95ad53e4-c205-0410-b2fa-d234c58c8868