summaryrefslogtreecommitdiff
path: root/init/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some more config code rob missed in rev 13701 cleanup as reported by ↵Mike Frysinger2006-03-281-5/+0
| | | | Robert P. J. Day
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley2006-01-301-29/+26
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley2005-08-301-8/+0
|
* applying patch from bug 24:Paul Fox2005-08-011-0/+11
| | | | | 0000024 03-16-05 patch: allow init to set controlling tty
* 2005-07-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-061-0/+8
| | | | | | * init/Config.in (CONFIG_FEATURE_INIT_SWAPON): New option. * init/init.c (check_memory): Disable the swapon feature unless CONFIG_FEATURE_INIT_SWAPON is defined.
* As discussed, drop minit, which was not being supported in busybox.Eric Andersen2004-05-261-24/+0
| | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
* Andreas Mohr writes:Eric Andersen2003-10-221-3/+2
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-261-9/+0
| | | | Cleanup run_parts a bit and add long opts
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-221-6/+3
| | | | | Simplify and fixup some logic. -Erik
* Patch from Thomas Cameron:Eric Andersen2003-07-141-1/+1
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-141-8/+19
| | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-3/+3
| | | | -Erik
* minit, a Minimal init system.Glenn L McGrath2003-05-111-0/+20
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+78
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik