Displaying 1 result from an estimated 1 matches for "bootp_nfsv3".
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
...options         DDB
options         DDB_NUMSYM
options         GDB
options         BOOTP           # Use BOOTP to obtain IP address/hostname
                                # Requires NFSCLIENT and NFS_ROOT
options         BOOTP_NFSROOT   # NFS mount root filesystem using BOOTP info
options         BOOTP_NFSV3     # Use NFS v3 to NFS mount root
options         BOOTP_COMPAT    # Workaround for broken bootp daemons.
options		HZ=1000
options 	SCHED_4BSD		# 4BSD scheduler
options 	INET			# InterNETworking
options 	FFS			# Berkeley Fast Filesystem
options 	MD_ROOT			# MD is a potential root device
options 	NF...