[BusyBox-cvs] busybox/init Config.in,1.2,1.3

Erik Andersen andersen at busybox.net
Sat Jul 5 07:53:03 UTC 2003


Update of /var/cvs/busybox/init
In directory winder:/tmp/cvs-serv14978/init

Modified Files:
	Config.in 
Log Message:
Patch from Kent Robotti adding a bunch of needed docs!
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/init/Config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Config.in	11 May 2003 14:52:39 -0000	1.2
+++ Config.in	5 Jul 2003 07:52:34 -0000	1.3
@@ -9,21 +9,21 @@
 	bool "init"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  init is the first program run when the system boots.
 
 config CONFIG_FEATURE_USE_INITTAB
 	bool "  Support reading an inittab file?"
 	default y
 	depends on CONFIG_INIT
 	help
-	  Please submit a patch to add help text for this item.
+	  Allow init to read an inittab file when the system boot.
 
 config CONFIG_FEATURE_INITRD
 	bool "  Support running init from within an initrd?"
 	default y
 	depends on CONFIG_INIT
 	help
-	  Please submit a patch to add help text for this item.
+	  Allow init to be called from an initrd as linuxrc.
 
 config CONFIG_FEATURE_INIT_COREDUMPS
 	bool "  Support dumping core for child processes (debugging only)?"




More information about the busybox-cvs mailing list