summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX
Commit message (Expand)AuthorAgeFilesLines
* * fixed one more use of an uninitialzed valueOliver Tappe2007-07-181-1/+1
* * fixed two bugs that inhibited the importing of vendor-OSes that are notOliver Tappe2007-07-181-8/+24
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-1027-10/+116
* * revitalised local URLsOliver Tappe2007-07-073-10/+17
* * modified default selection to (roughly) match the SUSE textmode installationOliver Tappe2007-07-072-2/+370
* * added support for os-plugins:Oliver Tappe2007-07-031-1/+49
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-0130-505/+628
* Tried to add Ubuntu 7.04 to the list of cloneable systems.Dirk von Suchodoletz2007-07-011-0/+2
* * fixed double slash in export path (rootfs)Oliver Tappe2007-06-281-1/+1
* * fixed problem with some lame shells not supporting {a,b,c} constructs,Oliver Tappe2007-06-214-24/+18Star
* * fixed bug in used-count handling for exports that caused the image toOliver Tappe2007-06-201-1/+1
* * added support for creating the squashfs only if the vendor-OS has beenOliver Tappe2007-06-202-75/+108
* * fixed another oversight of recent commitOliver Tappe2007-06-201-1/+1
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-2010-364/+698
* * added support for invoking a chrooted shell for any installed vendor-OS,Oliver Tappe2007-06-191-0/+37
* * Added glibc-locale in order to allow use of locale-support in targetOliver Tappe2007-06-194-0/+4
* largish change with respect to configurable paths:Oliver Tappe2007-06-175-12/+13
* * fixed all warnings indicated by 'perl -w'Oliver Tappe2007-06-131-4/+0Star
* * fixed incorrectly generated exportURI (still used the export-name insteadOliver Tappe2007-06-073-3/+4
* * added missing glibc-32bit to suse-10.2_x86_64 distro infoOliver Tappe2007-05-301-0/+1
* * added missing non-oss repo to suse-10.2_x86_64Oliver Tappe2007-05-301-0/+12
* * renamed export type 'nbd-squash' to 'nbd' to make it shorterOliver Tappe2007-05-291-8/+1Star
* * changed handling of exports to drop support for having more than oneOliver Tappe2007-05-294-59/+56Star
* * (hopefully) fixed problem with respect to wget repeatedly failing withOliver Tappe2007-05-292-26/+44
* * part one of settings file related changes (ticket#122): Oliver Tappe2007-05-281-1/+1
* * added support for 'local:'-URLs, which trigger the automatic start of a Oliver Tappe2007-05-281-3/+62
* * fixed bug introduced with last commit, package-installation was hosedOliver Tappe2007-05-281-5/+7
* * updated package name for smart, the seemingly strange package that was used...Oliver Tappe2007-05-281-1/+1
* * added explicit invocation of 'ldconfig' to all distros, just to make sure t...Oliver Tappe2007-05-286-3/+7
* * changed meta-packager default for all SUSE distros from 'yum' to 'smart'Oliver Tappe2007-05-284-4/+4
* * before an update, the meta-packager is automatically adjusted to the one th...Oliver Tappe2007-05-281-4/+18
* * fixed typo: $1 => $!Oliver Tappe2007-05-281-1/+1
* * integrated mirror support into yum & smart backendOliver Tappe2007-05-284-37/+36Star
* * fixed incorrect package name for smart on SUSE-10.1_x86_64Oliver Tappe2007-05-271-1/+1
* * added packages needed by the smart metapackager backendOliver Tappe2007-05-275-46/+100
* * added support to packager for getting a list of the packages that areOliver Tappe2007-05-183-1/+25
* Fix of non-functional SuSE9.3, putting checked code to branch ...Dirk von Suchodoletz2007-05-141-1/+0Star
* * fixed incorrect execution of chroot with respect to setting up theOliver Tappe2007-05-132-36/+28Star
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-1318-54/+54
* * added empty outlines for Debian-3.1 and Debian-4.0 to repositoryOliver Tappe2007-05-132-0/+176
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-15/+24
* * added implementation for smart metapackagerOliver Tappe2007-05-131-0/+97
* * fixed fatal error in case a distro-info does not specify excludesOliver Tappe2007-05-121-2/+14
* Switched default behaviour to late_dm="yes" (to avoid keyboard troublesDirk von Suchodoletz2007-05-121-1/+0Star
* Aggregated exclude list of files for stage2 for all SuSE versions.Dirk von Suchodoletz2007-05-121-3/+8
* * improved reliability in case of user interruptsOliver Tappe2007-05-118-29/+54
* The rootfilesystem has to be exported "no_root_squash" otherwise certainDirk von Suchodoletz2007-05-081-1/+1
* Change in exclude list (do not know exactly if proper place ... becauseDirk von Suchodoletz2007-05-081-0/+2
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-074-3/+49
* * added support to exporter modules for passing out the required fs-modulesOliver Tappe2007-05-064-0/+28