summaryrefslogtreecommitdiffstats
path: root/installer/slxossetup
Commit message (Expand)AuthorAgeFilesLines
* Use the right variable name of the existing path.Lars Müller2007-01-301-1/+1
* Use ErrorMsg() for all error cases.Lars Müller2007-01-291-30/+15Star
* Return an error if a givenb system name isn't found.Lars Müller2007-01-291-6/+8
* Add a todo regarding the architecture. I'm not sure yet if there is aLars Müller2007-01-271-1/+3
* Redefine the SLX_INST_ARCH as Debian based systems use amd64 instead ofLars Müller2007-01-271-1/+7
* Do not check if smart or any other meta packager is available in theLars Müller2007-01-271-7/+0Star
* Allow Mandriva systems to inherit the BASEURL.Lars Müller2007-01-211-1/+1
* Add support for Mandrica 2007.0.Lars Müller2007-01-211-1/+22
* Fix spelling.Lars Müller2007-01-211-1/+1
* Set META_PACKAGER if SLX_META_PACKAGER is not set from a settings file.Lars Müller2007-01-211-16/+21
* Add SLX_BASE_BOOTSTRAP_PREREQ_PACKAGES to settings for RPM based systemsLars Müller2007-01-201-7/+24
* Revert accidently checkin part of rev 625.Lars Müller2007-01-201-2/+1Star
* Store the return code and pass it on error to the error messageLars Müller2007-01-201-1/+2
* * moved basic perl modules into new 'lib' folder in order to make them availableOliver Tappe2007-01-141-3/+4
* Remove superfluous settings.Lars Müller2007-01-121-6/+0Star
* Add native Debian systems (sarge and etch) to the bootstrapable systems.Lars Müller2007-01-121-7/+7
* No longer use SLX_SYSTEM_VARIANTNAME in this prototype code.Lars Müller2007-01-101-9/+8Star
* Remove no longer used functions. These are obsoleted by the busyboxLars Müller2007-01-101-215/+0Star
* Check return code of debootstrap and exit in this case of an error fromLars Müller2007-01-101-1/+4
* Revert most of the changes made with rev 607.Lars Müller2007-01-101-18/+2Star
* Add support to install x86_86 systems.Lars Müller2007-01-091-1/+30
* Only use the packages which are part of SLX_BASE_PREREQ_PACKAGES orLars Müller2007-01-091-3/+15
* Do not call rpm ... *.rpm. Intead collect the list of package from theLars Müller2007-01-091-3/+6
* Ensure that we don't add a superfluous space and later do not detect ifLars Müller2007-01-091-1/+2
* Add SLX_BOOTSTRAP_FAIL_WGET. This allows us to tolerate failing wgetLars Müller2007-01-071-0/+1
* Rename install mode to bootstrap and add install-selection mode. ThisLars Müller2007-01-071-4/+5
* Also set LC_ALL=POSIX in the install case.Lars Müller2007-01-071-1/+1
* Add SLX_META_PACKAGER feature to set the used meta packager per system.Lars Müller2007-01-071-9/+16
* Modify configuration for Fedora 6 to work with the new busybox basedLars Müller2007-01-071-10/+39
* Start to use busybox to bootstrap the stage1 systems.Lars Müller2007-01-061-19/+318
* Add missing parantheses.Lars Müller2007-01-011-1/+1
* Allow to set the priority of an installation source.Lars Müller2006-12-191-3/+8
* Use cp -pr instead of cp -a as we might not have GNU cp.Lars Müller2006-12-191-1/+1
* Check if BOOTSTRAP_PATH is set. Else we might run in trouble on DebianLars Müller2006-12-181-1/+1
* Use debootstrap to bootstrap Debian based systems.Lars Müller2006-12-181-1/+23
* Collecting the list of packages after the download allows us to installLars Müller2006-12-181-3/+9
* Add support to save more than downloaded prerequired RPM files.Lars Müller2006-12-181-1/+7
* Reorder case statememnts and add one indent level.Lars Müller2006-12-181-10/+10
* Allow download of multiple prerequired packages.Lars Müller2006-12-181-1/+1
* Allow install_prereq_packages to handle debs.Lars Müller2006-12-181-3/+13
* Move installation of prerequired files and packages to separateLars Müller2006-12-181-59/+70
* Check for required smart binary.Lars Müller2006-12-171-0/+7
* Add basic support for Ubuntu 6.10. The setup works but the installLars Müller2006-12-171-13/+55
* Only try to copy from prereqfiles if the directory exists.Lars Müller2006-12-171-3/+5
* Add a default repo type in slxossetup and remove any repo type which isLars Müller2006-12-171-0/+6
* Config files from the prerequired packages - which must be presentLars Müller2006-12-161-0/+5
* Use a prereqfiles sub directory instead of the BASE_FILE_ hack.Lars Müller2006-12-161-13/+6Star
* Always prefix SLX_STAGE1_PATH if we cleanup the chroot.Lars Müller2006-12-161-3/+1Star
* Add SLX_INSTALL_BIND_MOUNT and SLX_INSTALL_FAKE_FILE to make the FedoraLars Müller2006-12-161-0/+22
* Support Fedora 6.Lars Müller2006-12-161-37/+49