Replace /kernel.config with /boot/kernel.conf.

This commit is contained in:
Daniel C. Sobral
1999-03-14 21:57:49 +00:00
parent 5112f012f7
commit d9d2e726c0
+2 -2
View File
@@ -6,7 +6,7 @@
#
# All arguments must be in double quotes.
#
# $Id$
# $Id: loader.conf,v 1.1 1999/03/09 14:06:55 dcs Exp $
##############################################################
### Basic configuration options ############################
@@ -18,7 +18,7 @@ kernel="/kernel"
kernel_options=""
userconfig_script_load="NO"
userconfig_script_name="/kernel.config"
userconfig_script_name="/boot/kernel.conf"
userconfig_script_type="userconfig_script"
loader_conf_files="/boot/loader.conf /boot/loader.conf.local"