svn commit: r242124 - head/sys/arm/conf
Tim Kientzle
kientzle at FreeBSD.org
Fri Oct 26 05:41:59 UTC 2012
Author: kientzle
Date: Fri Oct 26 05:41:58 2012
New Revision: 242124
URL: http://svn.freebsd.org/changeset/base/242124
Log:
Comment out the BOOTP/NFSROOT support. Transition this
config file to support a production kernel mounted on an
SD card.
Modified:
head/sys/arm/conf/PANDABOARD
Modified: head/sys/arm/conf/PANDABOARD
==============================================================================
--- head/sys/arm/conf/PANDABOARD Fri Oct 26 03:20:04 2012 (r242123)
+++ head/sys/arm/conf/PANDABOARD Fri Oct 26 05:41:58 2012 (r242124)
@@ -44,17 +44,18 @@ options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
-options NFSCLIENT #Network Filesystem Client
device snp
+options BREAK_TO_DEBUGGER
+
#options NFSCL
+options NFSCLIENT #Network Filesystem Client
#options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
-options BREAK_TO_DEBUGGER
-options BOOTP_NFSROOT
-options BOOTP_COMPAT
-options BOOTP
+#options BOOTP_NFSROOT
+#options BOOTP_COMPAT
+#options BOOTP
options BOOTP_NFSV3
-options BOOTP_WIRED_TO=ue0
+#options BOOTP_WIRED_TO=ue0
options MSDOSFS #MSDOS Filesystem
#options CD9660 #ISO 9660 Filesystem
#options PROCFS #Process filesystem (requires PSEUDOFS)
More information about the svn-src-all
mailing list