From fc2d060bf7ff145de388fb481edcfbf0e8149c2b Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Mon, 25 Jul 2005 09:15:12 +0000 Subject: [PATCH] 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. --- tools/tools/nanobsd/make.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf index 6d5b7759513d..893ab903ca32 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