summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86_64 architecture integration should be started ...Dirk von Suchodoletz2007-01-093-11/+14
* Ensure that we don't add a superfluous space and later do not detect ifLars Müller2007-01-091-1/+2
* Add missing '1' char.Lars Müller2007-01-081-1/+1
* Use ftp-1.gwdg.de as default for Fedora 6. ftp.gwdg.de does not haveLars Müller2007-01-081-2/+2
* Updated busybox for 32bit systems ...Dirk von Suchodoletz2007-01-083-13/+15
* Add SLX_BOOTSTRAP_FAIL_WGET. This allows us to tolerate failing wgetLars Müller2007-01-073-3/+25
* Wrap bzip part of rpm2cpio into an else statement as we else can'tLars Müller2007-01-071-2/+2
* Hacky workaround for this busybox bug case.Lars Müller2007-01-072-0/+17
* 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-073-14/+109
* We also have to fake mtab to make RPM happy.Lars Müller2007-01-071-1/+1
* Modify configuration for Fedora 6 to work with the new busybox basedLars Müller2007-01-073-19/+137
* Busybox compiled for x86_64 (tested on 64bit SuSE9.3, 10.0 and DebianDirk von Suchodoletz2007-01-063-2/+5
* List of available applets including the path.Lars Müller2007-01-062-1/+88
* Add slxbootstrap used by busybox.Lars Müller2007-01-062-1/+67
* Start to use busybox to bootstrap the stage1 systems.Lars Müller2007-01-066-31/+478
* Cleanup of exclude files for system clone and stage1-to-stage2 copy ...Dirk von Suchodoletz2007-01-067-103/+4Star
* Updated slxmkramfs and mkdxsinitrd (merged new functionality), removedDirk von Suchodoletz2007-01-053-99/+134
* How to use local installation sources (busybox httpd), see InstallerNeuDirk von Suchodoletz2007-01-051-0/+23
* Add BugID.Lars Müller2007-01-041-0/+1
* Update busybox config file to add tools required by the stage1Lars Müller2007-01-045-33/+119
* Add missing parantheses.Lars Müller2007-01-011-1/+1
* Small cleanups ...Dirk von Suchodoletz2006-12-226-47/+64
* Fix for non-busybox watchdog (or should we add (u)sleep to the initramfsDirk von Suchodoletz2006-12-221-1/+2
* Kill the "watchdog" properly at the end of init (stage3).Dirk von Suchodoletz2006-12-221-4/+1Star
* Fix for busybox nfs mount (uses UDP in default, so TCP has to be givenDirk von Suchodoletz2006-12-222-3/+5
* A few files which are propably needed by udevd + version update (gentoo)Bastian Wissler2006-12-214-1/+337
* We no longer have to use the _main suffix for SLX_INST_SOURCE* as weLars Müller2006-12-192-2/+2
* Allow to set the priority of an installation source.Lars Müller2006-12-193-4/+16
* 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-182-5/+27
* 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
* Ignore any settings.local file.Lars Müller2006-12-180-0/+0
* Move installation of prerequired files and packages to separateLars Müller2006-12-181-59/+70
* Improved "watchdog" for auto power off, if stage3 does not completeDirk von Suchodoletz2006-12-174-56/+28Star
* Move settings.local to settings.local.example.Lars Müller2006-12-171-0/+0
* Move settings.local to settings.local.example.Lars Müller2006-12-174-0/+0
* 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-172-13/+65
* 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-176-6/+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-1618-20/+28
* Always prefix SLX_STAGE1_PATH if we cleanup the chroot.Lars Müller2006-12-161-3/+1Star