Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2011 08:54:38 GMT
From:      Jakub Wojciech Klama <jceel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 194492 for review
Message-ID:  <201106090854.p598scap027613@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@194492?ac=10

Change 194492 by jceel@jceel_cyclone on 2011/06/09 08:54:24

	Change kernel config to boot from NFS by default.

Affected files ...

.. //depot/projects/soc2011/jceel_lpc/sys/arm/conf/EA3250#2 edit

Differences ...

==== //depot/projects/soc2011/jceel_lpc/sys/arm/conf/EA3250#2 (text+ko) ====

@@ -19,17 +19,17 @@
 options 	NFSCLIENT		#Network Filesystem Client
 options 	NFSLOCKD		#Network Lock Manager
 options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
-#options 	BOOTP
-#options 	BOOTP_NFSROOT
-#options 	BOOTP_NFSV3
-#options 	BOOTP_WIRED_TO=lpe0
+options 	BOOTP
+options 	BOOTP_NFSROOT
+options 	BOOTP_NFSV3
+options 	BOOTP_WIRED_TO=lpe0
 
 #options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
 
-options		MD_ROOT			# MD is a potential root device
-options		MD_ROOT_SIZE=8192	# 8MB ram disk
-makeoptions	MFS_IMAGE=/home/jceel/projects/lpc/mdroot.bin
-options		ROOTDEVNAME=\"ufs:md0\"
+#options		MD_ROOT			# MD is a potential root device
+#options		MD_ROOT_SIZE=8192	# 8MB ram disk
+#makeoptions	MFS_IMAGE=/home/jceel/projects/lpc/mdroot.bin
+#options		ROOTDEVNAME=\"ufs:md0\"
 
 options 	SYSVSHM			#SYSV-style shared memory
 options 	SYSVMSG			#SYSV-style message queues



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106090854.p598scap027613>