diff options
author | abial <abial@FreeBSD.org> | 1998-11-14 20:10:23 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-11-14 20:10:23 +0000 |
commit | d0ac456c883f5146f0c93ef654a57e02ffbffb87 (patch) | |
tree | 5b2d5d994cab777d2a7c96d904cb51ffe66984b3 /release | |
parent | 4d7662ab3427cac6e827d0ee7c8bfe34839f4d5d (diff) | |
download | FreeBSD-src-d0ac456c883f5146f0c93ef654a57e02ffbffb87.zip FreeBSD-src-d0ac456c883f5146f0c93ef654a57e02ffbffb87.tar.gz |
Change USERCONFIG_BOOT -> INTRO_USERCONFIG
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/dial/conf/PICOBSD | 4 | ||||
-rw-r--r-- | release/picobsd/isp/conf/PICOBSD | 4 | ||||
-rw-r--r-- | release/picobsd/net/conf/PICOBSD | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/release/picobsd/dial/conf/PICOBSD b/release/picobsd/dial/conf/PICOBSD index 377c8f3..4576c52 100644 --- a/release/picobsd/dial/conf/PICOBSD +++ b/release/picobsd/dial/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.2 1998/09/19 21:44:50 abial Exp $ +# $Id: PICOBSD,v 1.3 1998/10/25 15:16:58 abial Exp $ # machine "i386" cpu "I386_CPU" @@ -20,7 +20,7 @@ options "EXT2FS" options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor -options USERCONFIG_BOOT #imply -c and parse info area +options INTRO_USERCONFIG #imply -c and parse info area #options DEVFS options PCI_QUIET options NO_SWAPPING diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD index 56d8fd8..f953eff 100644 --- a/release/picobsd/isp/conf/PICOBSD +++ b/release/picobsd/isp/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.4 1998/09/26 17:27:20 abial Exp $ +# $Id: PICOBSD,v 1.5 1998/10/25 15:31:14 abial Exp $ # machine "i386" @@ -22,7 +22,7 @@ options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options USERCONFIG #boot -c editor -options USERCONFIG_BOOT #imply -c and parse info area +options INTRO_USERCONFIG #imply -c and parse info area options VISUAL_USERCONFIG #visual boot -c editor options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT diff --git a/release/picobsd/net/conf/PICOBSD b/release/picobsd/net/conf/PICOBSD index d8931aa..fd80ba7 100644 --- a/release/picobsd/net/conf/PICOBSD +++ b/release/picobsd/net/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.3 1998/09/19 21:45:04 abial Exp $ +# $Id: PICOBSD,v 1.4 1998/10/25 15:31:20 abial Exp $ # machine "i386" @@ -21,7 +21,7 @@ options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options USERCONFIG #boot -c editor -options USERCONFIG_BOOT #imply -c and parse info area +options INTRO_USERCONFIG #imply -c and parse info area options VISUAL_USERCONFIG #visual boot -c editor options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT |