summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-05-05 11:24:15 +0000
committerjb <jb@FreeBSD.org>1999-05-05 11:24:15 +0000
commitab91f06287e9a0c28b4319993377ac5b9e6208a3 (patch)
tree651e86a4664bdd3908c3855401d0674b25cb0109
parentee85f689d30e9fe3d1db7cd2e7d677be4b06ee20 (diff)
downloadFreeBSD-src-ab91f06287e9a0c28b4319993377ac5b9e6208a3.zip
FreeBSD-src-ab91f06287e9a0c28b4319993377ac5b9e6208a3.tar.gz
Add an INIT_PATH option to allow the init_path (for sys/kern/init_main.c)
to be customised in an embedded system which doesn't want to run either init of sysinstall.
-rw-r--r--sys/conf/options5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 2a1892a..5007d1e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.133 1999/04/11 20:53:50 n_hibma Exp $
+# $Id: options,v 1.134 1999/04/19 14:19:49 peter Exp $
#
# On the handling of kernel options
#
@@ -355,3 +355,6 @@ UMS_DEBUG opt_usb.h
# Vinum options
VINUMDEBUG opt_vinum.h
+
+# Embedded system options
+INIT_PATH opt_init_path.h
OpenPOWER on IntegriCloud