PERFORCE change 194492 for review
    Jakub Wojciech Klama 
    jceel at FreeBSD.org
       
    Thu Jun  9 08:54:39 UTC 2011
    
    
  
http://p4web.freebsd.org/@@194492?ac=10
Change 194492 by jceel at 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
    
    
More information about the p4-projects
mailing list