aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2012-10-26 05:41:58 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2012-10-26 05:41:58 +0000
commit4caba284cabc36e832de538b4e2c636df53343e3 (patch)
tree199af25d474258daf23eaaa5cb5808f26af851ed /sys
parent724b4bfdf1306e4f2c451b6d146fe0fe0353b2c8 (diff)
downloadsrc-4caba284cabc36e832de538b4e2c636df53343e3.tar.gz
src-4caba284cabc36e832de538b4e2c636df53343e3.zip
Comment out the BOOTP/NFSROOT support. Transition this
config file to support a production kernel mounted on an SD card.
Notes
Notes: svn path=/head/; revision=242124
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/PANDABOARD13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/arm/conf/PANDABOARD b/sys/arm/conf/PANDABOARD
index 4685527e5e76..56ee7cd1e2c9 100644
--- a/sys/arm/conf/PANDABOARD
+++ b/sys/arm/conf/PANDABOARD
@@ -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)