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.
This commit is contained in:
John Birrell 1999-05-05 11:24:15 +00:00
parent 38ed24dd3c
commit 9775e37869
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46502

View File

@ -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