Use NFS_BOOT_BOOTPARAMS until we change the boot program to use DHCP

This commit is contained in:
thorpej 1998-08-28 04:56:15 +00:00
parent 25ae95328f
commit 70b6acd9df
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.24 1998/06/26 01:53:54 lukem Exp $
# $NetBSD: DISKLESS,v 1.25 1998/08/28 04:56:15 thorpej Exp $
#
# Diskless HP 9000/300-series workstation
#
@ -45,6 +45,9 @@ file-system FDESC # user file descriptor filesystem
file-system PROCFS # /proc filesystem
file-system MFS # Memory-based filesystem
# File system options
options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
# Networking options
options INET # Internet protocols
options GATEWAY # IP forwarding + larger mb_map

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.39 1998/06/26 01:53:54 lukem Exp $
# $NetBSD: GENERIC,v 1.40 1998/08/28 04:56:15 thorpej Exp $
#
# Generic kernel - one size fits all.
#
@ -53,6 +53,7 @@ file-system MFS # Memory-based filesystem
options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
options NFSSERVER # Network filesystem server
options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
# Networking options
options INET # Internet protocols