source: hybrid/branches/releng-10/nanobsd/cfg/nanobsd.wleiden@ 13417

Last change on this file since 13417 was 13417, checked in by rick, 9 years ago

Caching nameserver and DHCP leases requires more space.

File size: 11.8 KB
Line 
1## Dit is een NanoBSD configuratie-template voor WirelessLeiden.
2## Instellingen weergegeven binnen dit bestand gelden als
3## standaard binnen de organisatie.
4
5# Little hack to allow proper secify of KERNL/PKG location
6if [ -n "$NANO_CFG_FILE" ]; then
7 NANO_CONF_DIR=$(cd $(dirname $NANO_CFG_FILE); pwd -P)
8else
9 NANO_CONF_DIR=$(cd $(dirname $2); pwd -P)
10fi
11
12# object naam in /usr/obj/nanobsd.{obj}
13NANO_NAME=wleiden-hybrid
14NANO_SRC=/usr/src # nanobsd source tree
15NANO_TOOLS=$(pwd)
16NANO_KERNEL=$NANO_CONF_DIR/kernel.wleiden # naam van het kernel configuratiebestand
17NANO_IMAGES=2 # aantal nanobsd code slices/installs (1/2)
18
19NANO_CONFSIZE=20480 # Volume van de config slice (10MB) in 512bs
20NANO_DATASIZE=0 # volume van de data slice, 0 = not configured
21NANO_CODESIZE=0 # Let buildscript the operating system slice as large as posible
22NANO_RAM_TMPVARSIZE=102400 # Volume of combined var & tmp slice (50MB) in 512bs
23
24NANO_LABEL=WLIMG
25NANO_NEWFS="-b 4096 -f 512 -i 8192" # Overwrite the default stettings to disable Soft-updates
26
27
28#XXX: Eeks, fixed packages, needs building a hook to allow building the package
29# of the shelfs if needed, copy to right directory, done. With only input needed
30# a list of ports in the format like net/net-snmp
31NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All
32NANO_PACKAGE_LIST="*"
33
34
35# Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR
36PORTSDIR='/usr/ports'
37WL_PORTSDIR="$NANO_CONF_DIR/../ports/"
38
39# Dirty quirk to allow comments in part below
40PACKAGE_LIST=`cat <<EOF | sed -e 's/#.*$//g' | xargs
41benchmarks/iperf
42devel/py-yaml
43editors/vim-lite
44#dns/dnsmasq
45ftp/curl
46lang/python2
47lang/python
48net/ladvd
49net-mgmt/iftop
50net-mgmt/net-snmp
51net/mtr
52net/isc-dhcp42-server
53net/pen
54ports-mgmt/pkg
55security/sudo
56security/ca_root_nss
57sysutils/screen
58sysutils/ucspi-tcp
59www/apache24
60www/tinyproxy
61
62# Extra WL ports
63net/lvrouted
64`
65# Package target
66PKG_MAKE_ARGS="PACKAGES=$(dirname $NANO_PACKAGE_DIR) BATCH=yes PACKAGE_BUILDING=yes"
67
68PKG_MAKE_CONF="
69# www/py-cherrypy - include apache templating
70# net-mgmt/net-snmp - no perl please (size)
71# net-mgmt/nagios-plugins - no threading (single CPU)
72# shells/bash-static - logging via syslog
73# net/mtr - no X11 (no screen)
74# lang/ocaml - no TK support (requires X11)
75# devel/ocaml-findlib - no TOOLBOX support (requires ocaml with TK support)
76OPTIONS_SET= APACHE FPING SYSLOG
77OPTIONS_UNSET= PERL PERL_EMBEDDED X11 TK TOOLBOX
78"
79
80##NANO_PACKAGE_LIST=
81
82# Warning: set to 1 to debug make build errors
83# Number of recurrent parrallel make builds
84if `grep -q 'acpi0: <PRLS PRLS_OEM> on motherboard' /var/run/dmesg.boot`; then
85 # Mac OS X Parallels virtual machine
86 NANO_PMAKE="make -B"
87else
88 # Default 2 times number of CPU's inside machine
89 NANO_PARALLEL_MAKE=`expr $(sysctl -n hw.ncpu) \* 2`
90 NANO_PMAKE="make -j ${NANO_PARALLEL_MAKE}"
91fi
92
93# Starting from soekris bios version 1.31 upwards boot0sio does not seems work
94# anymore, but boot0 does (weird)
95NANO_BOOTLOADER="boot/boot0"
96
97# Strip down to a more acceptable size
98# hints from http://people.freebsd.org/~phk/nanobsd/soekris_4x26/make.soekris_4x26.conf (46MB)
99NANO_PRUNE="$NANO_PRUNE usr/share/examples"
100NANO_PRUNE="$NANO_PRUNE usr/share/syscons"
101NANO_PRUNE="$NANO_PRUNE usr/share/calendar"
102# NB! usr/share/misc contains termcap, vi(1) etc fails to work without it.
103# NANOBSD_PRUNE += usr/share/misc
104NANO_PRUNE="$NANO_PRUNE usr/share/pcvt"
105NANO_PRUNE="$NANO_PRUNE usr/share/me"
106NANO_PRUNE="$NANO_PRUNE usr/share/doc"
107
108
109
110
111
112# Opties parsed gedurende build & install world
113# Also check man 3 src.conf for details
114# Some flags are misleading, e.g. could only be installworld (e.g.), for details:
115# http://phk.freebsd.dk/misc/build_options/
116# For details on make options also check:
117# /usr/src/share/mk/bsd.own.mk
118CONF_COMMON='
119# Specific enabled options
120#WITHOUT_ACPI=YES # geen advanced configuration power interface
121#WITHOUT_BIND=YES # geen bind tools, dns/named geinstalleerd
122#WITHOUT_CXX=YES # Set to not build g++(1) and related libraries.
123#WITHOUT_GROFF=YES # Set to not build groff(1).
124#WITHOUT_INET6=YES # geen ondersteuning inet versie 6 architectuur
125#WITHOUT_INFO=YES # geen info bestanden, readable online docs
126#WITHOUT_IPFILTER=YES # geen ip filtering geinstalleerd
127#WITHOUT_KLDLOAD=YES # do not allow loading of kernel modules
128#WITHOUT_MAILWRAPPER=YES # geen mailwrapper bij gebruik sendmail
129#WITHOUT_MAN=YES # geen handleidingen gecompileerd
130#WITHOUT_MISC=YES # geen misc sub directory
131#WITHOUT_MODULES=YES # geen ondersteuning toevoegen modules
132#WITHOUT_PAM=YES # geen ondersteuning pa modules
133#WITHOUT_PF=YES # geen packet filtering geinstalleerd
134#WITHOUT_SHARE=YES # geen share sub directory
135#WITHOUT_USB=YES # geen ondersteuning usb modules
136# Specific disabled options
137WITHOUT_ATM=YES # geen ondersteuning Asynchronous Transfer Mode
138WITHOUT_AUDIT=YES # geen event auditing / audit trails
139WITHOUT_AUTHPF=YES # geen authenticating gateway user shell
140WITHOUT_BLUETOOTH=YES # geen ondersteuning Bluetooth modules
141WITHOUT_CALENDAR=YES # geen calendar reminder service gecompileerd
142WITHOUT_CDDL=YES # Set to not build code licensed under Sun CDDL. (also ZFS)
143WITHOUT_CPP=YES # Set to not build cpp(1).
144WITHOUT_CVS=YES # geen cvs tools geinstalleerd
145WITHOUT_DICT=YES # geen dictionary ondersteuning
146WITHOUT_EXAMPLES=YES # geen voorbeeld configuratiebestanden
147WITHOUT_FORTRAN=YES # geen ondersteuning fortran compilers
148WITHOUT_GAMES=YES # geen games gecompileerd
149WITHOUT_GCOV=YES # geen gcov test coverage program
150WITHOUT_GDB=YES # geen gnu debugger gecompileerd
151WITHOUT_GPIB=YES # geen ondersteuning gpib kaarten
152WITHOUT_HTML=YES # geen html help bestanden gecompileerd
153WITHOUT_I4B=YES # geen ondersteuning voor isdn
154WITHOUT_IPX=YES # geen ondersteuning ipx protocols
155WITHOUT_KERBEROS=YES # geen ondersteuning Kerberos authenticatie
156WITHOUT_LOCALES=YES # geen ondersteuning lokalisatie
157WITHOUT_LPR=YES # geen ondersteuning print services
158WITHOUT_NIS=YES # geen ondersteuning network information system
159WITHOUT_PROFILE=YES # Set to avoid compiling profiled libraries.
160WITHOUT_RCMDS=YES # geen ondersteuning rcmds,
161WITHOUT_RESCUE=YES # geen rescue bestanden gecompileerd
162WITHOUT_SENDMAIL=YES # geen sendmail geinstalleerd
163WITHOUT_SHAREDOCS=YES # geen share/docs directories
164WITHOUT_SYSCONS=YES # geen syscon devices gecompileerd
165'
166
167CONF_BUILD="
168${CONF_COMMON}
169"
170
171CONF_INSTALL="
172${CONF_COMMON}
173WITHOUT_TOOLCHAIN=YES # geen freebsd toolchain
174"
175
176
177# Flash disks arrived, sandisk 1g seems to match the geometry of the (blanc) cards
178#FlashDevice sandisk 1g # nanobsd flashdevice entry
179#FlashDevice sandisk 512mb # nanobsd flashdevice entry
180#FlashDevice transcend 2g # nanobsd flashdevice entry
181# Calculated value of PEAK hardware 1GB CF card
182# C/H/S phys 1954/16/63, logical 977/32/63
183# Mediasize is calculated as C*H*S*512
184
185# Using logical values reported by ALIX board
186# values for PCEngines blanc 1 GB cards
187# C/H/S phys 1966/16/63, logical 983/32/63
188NANO_MEDIASIZE=`expr 1008451584 / 512`
189NANO_HEADS=32
190NANO_SECTS=63
191
192
193# Version tagging
194cust_version_tag() (
195 VERSION_FILE="${NANO_WORLDDIR}/tools/wl-release.txt"
196 (
197 echo "Generated by `id -un`@`hostname -f` at `date`"
198 echo ""
199 echo "=== CONFIG specifics ==="
200 svn info ${NANO_CONF_DIR}/../ || exit 0
201 svn diff ${NANO_CONF_DIR}/../ || exit 0
202 echo "=== BEGIN CONFIG specifics ==="
203 ) > $VERSION_FILE
204)
205
206# Takes a very long time (10+) minutes to generate this file on an ALIX board,
207# not practical for quick debugging and configuration.
208cust_openvpn_dhparam() (
209 DHFILE=${NANO_WORLDDIR}/etc/easy-rsa-keys/dh1024.pem
210 mkdir -p `dirname $DHFILE`
211 openssl dhparam -out $DHFILE 1024
212)
213
214
215
216# Assuming we are running a safe envirionment where snooping could occur during or after the build
217cust_set_root_password() (
218 if [ -n "${CFG_ROOT_PASSWORD}" ]; then
219 pprint 2 "Set root password using CFG_ROOT_PASSWORD variable"
220 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -n root"
221 else
222 pprint 2 "Root password is <blank>, no password provided at variable CFG_ROOT_PASSWORD"
223 fi
224)
225
226
227
228# EXPERIMENTAL patch like envirionment
229# Using '*-nanobsd.patch' files to only specify the bare differences between the base/default file to
230# keep us as close as possible to the base OS
231# Patches are applied to the directory they live in
232#cust_apply_nanobsd_patches() (
233# for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do
234# cd `dirname ${PATCHFILE}`
235# patch -t -N -p0 -i `basename ${PATCHFILE}`
236# #XX: What to with installed patch files? Delete them for the time beeing
237# rm -v ${PATCHFILE}
238#done
239
240
241
242#)
243
244
245
246# Customize ntpd
247cust_ntpd() (
248 chroot ${NANO_WORLDDIR} sh -c "ln -fs /usr/local/etc/ntp.drift /var/db/ntp.drift"
249)
250
251
252# Enable Serial TTYs
253cust_serial_ttys() (
254 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
255)
256
257# Customize sudoers files
258cust_sudo_rules() {
259 chroot ${NANO_WORLDDIR} find /usr/local/etc/sudoers.d/ -type f -exec chmod 0640 {} \+
260}
261
262
263
264# Install files from specific relative location
265cust_install_files () (
266 cd ${NANO_CONF_DIR}/../files
267 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${NANO_WORLDDIR}
268)
269
270
271# Make tools available for root by default
272cust_root_bin_to_tools() {
273 ln -s /tools ${NANO_WORLDDIR}/root/bin
274}
275
276
277# Prune no needed directories of image
278cust_nano_prune () (
279 cd ${NANO_WORLDDIR}
280 for ENTRY in ${NANO_PRUNE}; do
281 rm -vfR ${ENTRY}
282 done
283)
284
285# We actually do need an seperate /tmp, so undo the symlinking done in
286# setup_nanobsd()
287late_cust_unset_common_var_and_tmp() (
288 cd ${NANO_WORLDDIR}
289 rm tmp
290 mkdir -m 1777 tmp
291)
292
293
294# Fill /cfg wmth custom files, based on 'create_i386_diskimage ( )'
295last_nano_fill_cfg () (
296 # Variables to be used
297 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
298 MNT=${MAKEOBJDIRPREFIX}/_.mnt
299
300 # Mount '/cfg' slize in image
301 MD=`mdconfig -a -t vnode -f ${IMG}`
302 mount /dev/${MD}s3 ${MNT}
303
304 # Location of '/cfg' directory
305 cd ${NANO_CONF_DIR}/../cfg-files
306 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${MNT}
307
308
309 # Leave in nice end state
310 umount ${MNT}
311 mdconfig -d -u ${MD}
312) > ${MAKEOBJDIRPREFIX}/_.fc 2>&1
313
314last_nano_disk_usage () (
315 # Variables to be used
316 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
317 MNT=${MAKEOBJDIRPREFIX}/_.mnt
318
319 # Mount root slize
320 MD=`mdconfig -a -t vnode -f ${IMG}`
321 mount /dev/${MD}s1a ${MNT}
322
323 # Show disk usage (percent free) inc header
324 pprint 2 $(df -h | head -1)
325 pprint 2 "$(df -h | grep /dev/${MD})"
326
327 # Leave in nice end state
328 umount ${MNT}
329 mdconfig -d -u ${MD}
330)
331
332last_orders () (
333 last_nano_fill_cfg
334 last_nano_disk_usage
335)
336
337# Ugly hack to 'escaping' pprint from inside a customize_cmd to output
338# instead of a file
339exec 3>/dev/stdout
340# Progress Print
341# Print $2 at level $1
342pprint() {
343 if [ "$1" -le $PPLEVEL ]; then
344 printf "%.${1}s %s\n" "#####" "$2" 1>&3
345 fi
346}
347
348# Cust macro`s gestart in onderstaande volgorde
349# XXX: Determine size before installing all find of additions to see how much
350# base we are actually using ## du -h -d 0
351customize_cmd cust_pkgng
352customize_cmd cust_install_files
353customize_cmd cust_ntpd
354customize_cmd cust_serial_ttys
355customize_cmd cust_version_tag
356customize_cmd cust_root_bin_to_tools
357customize_cmd cust_allow_ssh_root
358customize_cmd cust_openvpn_dhparam
359customize_cmd cust_nano_prune
360customize_cmd cust_set_root_password
361customize_cmd cust_sudo_rules
362#customize_cmd cust_apply_nanobsd_patches
363late_customize_cmd late_cust_unset_common_var_and_tmp
364
365# Standard overwrite
366if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then
367 . $NANO_CONF_DIR/nanobsd.local
368fi
369
370# Extra config if existing is not suffient
371if [ -n "$EXTRA_NANOBSD_CONFIG" ]; then
372 for FILE in $EXTRA_NANOBSD_CONFIG; do
373 # File relative to config directory
374 if [ "`echo $FILE | cut -c1`" != "/" ]; then
375 FILE=$NANO_CONF_DIR/$FILE
376 fi
377 pprint 1 "Loading $FILE"
378 . $FILE || exit 1
379 done
380fi
Note: See TracBrowser for help on using the repository browser.