summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-11-02 13:34:17 -0200
committerRenato Botelho <renato@netgate.com>2016-11-02 13:35:47 -0200
commitdfde0c4a6a522abb022a20115ee1f13cabb7225c (patch)
treeb4aa88b94e462109b87dd8889eb4b7b363775819 /sys/arm/conf
parent366c26327406789b3e6f51ab3837b86f29fc5fab (diff)
downloadFreeBSD-src-dfde0c4a6a522abb022a20115ee1f13cabb7225c.zip
FreeBSD-src-dfde0c4a6a522abb022a20115ee1f13cabb7225c.tar.gz
Add uFW-netboot kernel
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/uFW-netboot36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/arm/conf/uFW-netboot b/sys/arm/conf/uFW-netboot
new file mode 100644
index 0000000..5645cdd
--- /dev/null
+++ b/sys/arm/conf/uFW-netboot
@@ -0,0 +1,36 @@
+#
+# uFW-netboot -- Custom configuration for the micro-firewall kit with netboot
+# options, check out # http://www.netgate.com
+#
+# For more information on this file, please read the config(5) manual page,
+# and/or the handbook section on Kernel Configuration Files:
+#
+# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
+#
+# The handbook is also available locally in /usr/share/doc/handbook
+# if you've installed the doc distribution, otherwise always see the
+# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
+# latest information.
+#
+# An exhaustive list of options and more detailed explanations of the
+# device lines is also present in the ../../conf/NOTES and NOTES files.
+# If you are in doubt as to the purpose or necessity of a line, check first
+# in NOTES.
+#
+# $FreeBSD$
+
+include "uFW"
+
+ident uFW-netboot
+
+# NFS root from boopt/dhcp
+options BOOTP
+options BOOTP_NFSROOT
+options BOOTP_COMPAT
+options BOOTP_NFSV3
+options BOOTP_WIRED_TO=cpsw0
+
+# MD_ROOT options
+options MFS
+options MD_ROOT
+pseudo-device md
OpenPOWER on IntegriCloud