summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2005-07-25 09:15:12 +0000
committerphilip <philip@FreeBSD.org>2005-07-25 09:15:12 +0000
commitcdb54d3e8cb1dd21faa3d1ad5d1847dd01df368f (patch)
tree66b0d84fd3e86040c58b4b8a0ba67dbca63e3809
parentf6a2d54d4e1d261864af5edc92e8d460f5900937 (diff)
downloadFreeBSD-src-cdb54d3e8cb1dd21faa3d1ad5d1847dd01df368f.zip
FreeBSD-src-cdb54d3e8cb1dd21faa3d1ad5d1847dd01df368f.tar.gz
Add some more NO_FOO options. I'm not sure if they're correctly sorted in the
size-scheme. Also add commented NO_BIND_FOO options for people who want named but not all of the bloat it likes to include by default. While here, make a comment about BOOT_COMCONSOLE_SPEED.
-rw-r--r--tools/tools/nanobsd/make.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf
index 6d5b775..893ab90 100644
--- a/tools/tools/nanobsd/make.conf
+++ b/tools/tools/nanobsd/make.conf
@@ -8,6 +8,13 @@
#
KERNCONF?=GENERIC
+# Soekris hardware, by default, has the serial console set up for 19200bps.
+# Uncomment this line to set the serial console output to the same speed, or
+# change it if necessary for your setup.
+#
+
+#BOOT_COMCONSOLE_SPEED=19200
+
# Depending on the size of the storage device you use you may have to
# remove features you do not need in order to fit.
#
@@ -46,14 +53,19 @@ NO_LIBPTHREAD=
NO_PAM=
NO_NETCAT=
NO_BIND=
+#NO_BIND_DNSSEC=
+#NO_BIND_LIBS_LWRES=
+#NO_BIND_UTILS=
NO_ACPI=
NO_ATM=
NO_AUTHPF=
NO_IPFILTER=
NO_LIBTHR=
+NO_MAILWRAPER=
NO_PF=
NO_SENDMAIL=
+NO_RCMDS=
# 46MB
# NB! usr/share/misc contains termcap, vi(1) etc fails to work without it.
@@ -75,6 +87,7 @@ NO_MAN=
NO_MODULES=
NO_NIS=
NO_USB=
+PPP_NO_NETGRAPH=
PPP_NO_RADIUS=
# 80MB
OpenPOWER on IntegriCloud