enable diskless boot with BOOTP and BOOTPARAM configuration
This commit is contained in:
parent
b5bcdb1107
commit
5b055c9032
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.127 1997/12/09 13:32:35 tv Exp $
|
||||
# $NetBSD: GENERIC,v 1.128 1998/01/09 15:18:50 drochner Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -127,6 +127,8 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
|||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
|
||||
options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
#config netbsd root on sd0a type ffs
|
||||
|
|
Loading…
Reference in New Issue