summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SLX_INSTALL_BIND_MOUNT and SLX_INSTALL_FAKE_FILE to make the FedoraLars Müller2006-12-162-0/+24
* Support Fedora 6.Lars Müller2006-12-167-37/+86
* Move YAST_IS_RUNNING define to the place where we're able to devideLars Müller2006-12-161-5/+6
* Enabled busybox udev service (see #99 too). Integrated for genereal useDirk von Suchodoletz2006-12-169-47/+70
* Use a temp dir to download the prerequired packages. If we can't createLars Müller2006-12-151-4/+21
* Busybox had broken killall - fixed. Fixed replacement bug for udhcpcDirk von Suchodoletz2006-12-154-4/+11
* Remove bogus extra " in front of the file name.Lars Müller2006-12-151-2/+2
* Only unpack the packages we have in SLX_BASE_PREREQ_PACKAGES. Here isLars Müller2006-12-151-2/+3
* Allow to use a systems directory from the current working directory. ByLars Müller2006-12-151-1/+8
* Renamed run-init to switch_root to simplify the usage of the busyboxDirk von Suchodoletz2006-12-153-14/+14
* Add settings and settings.local example for SUSE Linux 9.3.Lars Müller2006-12-155-0/+82
* Improved busybox and its usage, added the config file for deployedDirk von Suchodoletz2006-12-153-6/+645
* Use correct update tree in the default settings file.Lars Müller2006-12-151-1/+1
* Use right update tree.Lars Müller2006-12-151-1/+1
* Add settings and settings.local example for SUSE Linux 10.0.Lars Müller2006-12-155-0/+89
* Add SUSE Linux 10.1 configuration.Lars Müller2006-12-155-0/+90
* Add example how to use a second local SLX_INSTALL_PACKAGES_ variable.Lars Müller2006-12-151-0/+2
* slxossetup is a prototype of an OS setup script. At the momentLars Müller2006-12-157-0/+240
* Added new busybox in new place (tools, Makefile, ...) Busybox hasDirk von Suchodoletz2006-12-156-17/+37
* Autopoweroff if stuck in Stage3/initramfs. Unfortunately rather CPUDirk von Suchodoletz2006-12-145-14/+24
* First steps to include (open)SuSE10.2 into SLX environment (see #98). Tried t...Dirk von Suchodoletz2006-12-1411-18/+243