summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup
Commit message (Expand)AuthorAgeFilesLines
* * renamed --verbose-level to --log-level to make it more separate from --verb...Oliver Tappe2008-04-071-1/+1
* * made names of distro module consistent across OpenSLX - now the always star...Oliver Tappe2008-04-069-117/+61Star
* * added log output when entering 32-bit personalityOliver Tappe2008-03-261-0/+1
* * getInstalledPackages() has to fetch the info from the packager, not the Oliver Tappe2008-03-241-0/+7
* * Adjusted OSSetup::Distro implementations to apply necessary fixes as part o...Oliver Tappe2008-03-243-9/+66
* * Switched from explicit cleanup functions to "resource acquisition by defini...Oliver Tappe2008-03-242-41/+47
* * moved syscall related code into a module of its own rightOliver Tappe2008-03-232-63/+41Star
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-2017-2313/+2313
* * renamed getPackagesForSelection() to getInstallablePackagesForSelection()Oliver Tappe2008-03-171-2/+7
* * instead of using a fixed basic path, we now supply a longer list in anOliver Tappe2008-03-171-1/+19
* * renamed installSelection() and removeSelection() to ...Packages(), as that'sOliver Tappe2008-03-171-1/+1
* * renamed installSelection() and removeSelection() to ...Packages(), as that'sOliver Tappe2008-03-176-26/+34
* * intermediate checking for new desktop plugin (successor of displaymanagerOliver Tappe2008-03-151-2/+15
* * added support for stage1 attributes that are stored along each plugin insta...Oliver Tappe2008-03-141-2/+5
* * added support for specifying more than one base selection (e.g. base = kde,...Oliver Tappe2008-03-121-6/+11
* * fixed potential use of uninitialized valueOliver Tappe2008-03-121-1/+1
* * added missing call to fetchInstalledPlugins() in case the vendor-OSOliver Tappe2008-03-081-0/+2
* * improved setting a password such that is able to cope with aOliver Tappe2008-03-061-10/+12
* * cosmetical fix (indentation)Oliver Tappe2008-03-011-12/+12
* * fixed dependency on linux/personality.ph at least to that regard that we nowOliver Tappe2008-03-011-18/+35
* added ubuntu 8.04Sebastian Schmelzer2008-03-011-0/+6
* * OSPlugin::Engine now provides a real support interface for plugins, whichOliver Tappe2008-02-276-33/+124
* * added support for specifying additional rsync options via environment Oliver Tappe2008-02-251-1/+3
* * Added support to slxos-setup for automatically installing the default set ofOliver Tappe2008-02-171-2/+55
* * added explicit error message about trying to apply actions to the Oliver Tappe2008-02-171-0/+3
* Added /dev/urandom in chroot (slxos-setup shell ...)Volker Uhrig2008-02-061-1/+6
* * added implementation for zypper meta-packager (untested yet)Oliver Tappe2008-01-091-0/+95
* * Fixed problem with invocation of debootstrap that caused it to failOliver Tappe2008-01-021-2/+2
* cleaned up installation code in several ways:Oliver Tappe2007-12-305-34/+12Star
* * when setting up the resolver for stage1a, we now copy nsswitch.conf fromOliver Tappe2007-11-291-1/+2
* Cleanup, (empty) files for new Ubuntu 7.10 ...Dirk von Suchodoletz2007-10-191-0/+6
* * fixed problems with respect to installation of prerequired packagesOliver Tappe2007-09-264-5/+118
* * reverted changeset 1347, as installPrerequiredPackages() *should* have beenOliver Tappe2007-09-252-1/+21
* * removed installPrerequiredPackages(), as it is no longer usedOliver Tappe2007-09-242-21/+1Star
* * added support to apt backend for integrating a specialOliver Tappe2007-08-291-0/+7
* Hope it's OK that way to add upcoming SuSE10.3 to the list ofDirk von Suchodoletz2007-08-281-2/+8
* * fixed small bug that introduced an unnecessary prompt during installationOliver Tappe2007-08-232-2/+2
* * fixed problem reported by Dirk that caused debian-3.1Oliver Tappe2007-08-212-4/+9
* * switched from perl-based distro-configuration files to "real" configurationOliver Tappe2007-08-1519-4623/+361Star
* * added 64-bit targets for Ubuntu 6.10, 7.04 and Debian 4.0 (3.1 doesOliver Tappe2007-08-057-20/+326
* * added OpenSLX build platform as explicit selection to Debian-3.1Oliver Tappe2007-08-031-0/+8
* * finished support for installation of Debian & Ubuntu. Things seem to beOliver Tappe2007-08-038-2/+185
* * fixed problem reported by Bastian about pickKernelFile not correctly beingOliver Tappe2007-07-318-23/+102
* * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10Oliver Tappe2007-07-306-13/+116
* * finished installation support for Debian-etch, Debian-sarge and UbuntuOliver Tappe2007-07-2814-105/+140
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-289-131/+180
* * fixed two incorrect method calls (using public name instead of private one),Oliver Tappe2007-07-261-2/+2
* * reworked OpenSLX::OSSetup::Distro structure to incorporateOliver Tappe2007-07-2518-383/+546
* * minor cleanup (two uninit values)Oliver Tappe2007-07-211-1/+2
* * added support for automatic selection of most appropriate (newest) kernelOliver Tappe2007-07-202-0/+32