svn commit: r199103 - projects/mips/sys/mips/conf

Randall Stewart rrs at FreeBSD.org
Mon Nov 9 19:56:53 UTC 2009


Author: rrs
Date: Mon Nov  9 19:56:53 2009
New Revision: 199103
URL: http://svn.freebsd.org/changeset/base/199103

Log:
  Ok it helps if you add the bootp options too
  so that you can get an address ;-)

Modified:
  projects/mips/sys/mips/conf/XLR

Modified: projects/mips/sys/mips/conf/XLR
==============================================================================
--- projects/mips/sys/mips/conf/XLR	Mon Nov  9 19:53:34 2009	(r199102)
+++ projects/mips/sys/mips/conf/XLR	Mon Nov  9 19:56:53 2009	(r199103)
@@ -74,10 +74,16 @@ options 	UFS_DIRHASH		# Improve performa
 options		NFSCLIENT
 options		NFS_ROOT
 options		ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\"
+options         BOOTP
+options         BOOTP_NFSROOT
+options         BOOTP_NFSV3
+options         BOOTP_WIRED_TO=rge0
+options         BOOTP_COMPAT
+#
 #options 	MD_ROOT			# MD is a potential root device
 #options		MD_ROOT_SIZE=21264
 #options		MD_ROOT_SIZE=5120
-options		ROOTDEVNAME=\"ufs:md0\"
+#options		ROOTDEVNAME=\"ufs:md0\"
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	HZ=1000	
 options 	PHYS_ADDR_64BIT


More information about the svn-src-projects mailing list