close Warning: Can't use blame annotator:
No changeset 7608 in the repository

source: hybrid/branches/releng-11/nanobsd/cfg/nanobsd.wleiden@ 14326

Last change on this file since 14326 was 14326, checked in by rick, 6 years ago

Add 12-RELEASE compile support

Since it does not break 11-RELEASE, do not start a new branch.

File size: 15.1 KB
RevLine 
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=819200 # Let buildscript the operating system slice as large as posible
22
23# Size of the /etc ramdisk in 512 bytes sectors
24NANO_RAM_ETCSIZE=20480
25
26NANO_RAM_TMPVARSIZE=102400 # Volume of combined var & tmp slice (50MB) in 512bs
27
28NANO_LABEL=WLIMG
29NANO_NEWFS="-b 4096 -f 512 -i 8192" # Overwrite the default stettings to disable Soft-updates
30
31
32# Package building done using pourdriere
33NANO_PACKAGE_REPOS="/usr/local/poudriere/data/packages/wlpkgbuild-default-node/"
34
35
36# Dirty quirk to allow comments in part below
37PACKAGE_LIST=`cat <<EOF | sed -e 's/#.*$//g' | xargs
38benchmarks/iperf
39editors/vim-console
40dns/dnsmasq
41dns/nsd
42dns/unbound
43ftp/curl
44net/ladvd
45net-mgmt/iftop
46net-mgmt/net-snmp
47net/mtr
48net/isc-dhcp44-server
49net/pen
50ports-mgmt/pkg
51security/sudo
52security/ca_root_nss
53shells/bash-static
54sysutils/daemontools
55sysutils/monit
56sysutils/screen
57sysutils/ucspi-tcp
58sysutils/wait_on
59www/apache24
60www/tinyproxy
61www/thttpd
62
63# Extra WL ports
64net/lvrouted
65`
66PKG_MAKE_CONF="
67# www/py-cherrypy - include apache templating
68# net-mgmt/net-snmp - no perl please (size)
69# net-mgmt/nagios-plugins - no threading (single CPU)
70# shells/bash-static - logging via syslog
71# net/mtr - no X11 (no screen)
72# lang/ocaml - no TK support (requires X11)
73# devel/ocaml-findlib - no TOOLBOX support (requires ocaml with TK support)
74# ftp/curl - GSSAPI support set to NONE (_BASE requires kerberos)
75OPTIONS_SET= APACHE FPING SYSLOG GSSAPI_NONE
76OPTIONS_UNSET= PERL PERL_EMBEDDED PYTHON X11 TK TOOLBOX GSSAPI_BASE
77"
78
79##NANO_PACKAGE_LIST=
80
81# Warning: set to 1 to debug make build errors
82# Number of recurrent parrallel make builds
83if `grep -q 'acpi0: <PRLS PRLS_OEM> on motherboard' /var/run/dmesg.boot`; then
84 # Mac OS X Parallels virtual machine
85 NANO_PMAKE="make -B"
86else
87 # Default 2 times number of CPU's inside machine
88 NANO_PARALLEL_MAKE=`expr $(sysctl -n hw.ncpu) \* 2`
89 NANO_PMAKE="make -j ${NANO_PARALLEL_MAKE}"
90fi
91
92# Starting from soekris bios version 1.31 upwards boot0sio does not seems work
93# anymore, but boot0 does (weird)
94NANO_BOOTLOADER="boot/boot0"
95
96# Strip down to a more acceptable size
97# hints from http://people.freebsd.org/~phk/nanobsd/soekris_4x26/make.soekris_4x26.conf (46MB)
98NANO_PRUNE="$NANO_PRUNE usr/share/examples"
99NANO_PRUNE="$NANO_PRUNE usr/share/syscons"
100NANO_PRUNE="$NANO_PRUNE usr/share/calendar"
101# NB! usr/share/misc contains termcap, vi(1) etc fails to work without it.
102# NANOBSD_PRUNE += usr/share/misc
103NANO_PRUNE="$NANO_PRUNE usr/share/pcvt"
104NANO_PRUNE="$NANO_PRUNE usr/share/me"
105NANO_PRUNE="$NANO_PRUNE usr/share/doc"
106# Debugging removal
107NANO_PRUNE="$NANO_PRUNE usr/lib/debug"
108NANO_PRUNE="$NANO_PRUNE usr/tests"
109# Installed ports strip down
110NANO_PRUNE="$NANO_PRUNE usr/local/share/doc"
111NANO_PRUNE="$NANO_PRUNE usr/local/share/examples"
112# Directories not removable by installer
113NANO_PRUNE="$NANO_PRUNE usr/local/lib/python2.7/test"
114
115
116
117
118
119# Opties parsed gedurende build & install world
120# Also check man 5 src.conf for details
121# Some flags are misleading, e.g. could only be installworld (e.g.), for details:
122# http://phk.freebsd.dk/misc/build_options/
123# For details on make options also check:
124# /usr/src/share/mk/bsd.own.mk
125CONF_COMMON='
126# Specific enabled options
127#WITHOUT_ACPI=YES # geen advanced configuration power interface
128#WITHOUT_BIND=YES # geen bind tools, dns/named geinstalleerd
129#WITHOUT_CXX=YES # Set to not build g++(1) and related libraries.
130#WITHOUT_GROFF=YES # Set to not build groff(1).
131#WITHOUT_INET6=YES # geen ondersteuning inet versie 6 architectuur
132#WITHOUT_INFO=YES # geen info bestanden, readable online docs
133#WITHOUT_IPFILTER=YES # geen ip filtering geinstalleerd
134#WITHOUT_KLDLOAD=YES # do not allow loading of kernel modules
135#WITHOUT_MAILWRAPPER=YES # geen mailwrapper bij gebruik sendmail
136#WITHOUT_MAN=YES # geen handleidingen gecompileerd
137#WITHOUT_MISC=YES # geen misc sub directory
138#WITHOUT_MODULES=YES # geen ondersteuning toevoegen modules
139#WITHOUT_PAM=YES # geen ondersteuning pa modules
140#WITHOUT_PF=YES # geen packet filtering geinstalleerd
141#WITHOUT_SHARE=YES # geen share sub directory
142#WITHOUT_USB=YES # geen ondersteuning usb modules
143# Specific disabled options
144WITHOUT_ATM=YES # geen ondersteuning Asynchronous Transfer Mode
145WITHOUT_AUDIT=YES # geen event auditing / audit trails
146WITHOUT_AUTHPF=YES # geen authenticating gateway user shell
147WITHOUT_BLUETOOTH=YES # geen ondersteuning Bluetooth modules
148WITHOUT_CALENDAR=YES # geen calendar reminder service gecompileerd
149WITHOUT_CDDL=YES # Set to not build code licensed under Sun CDDL. (also ZFS)
150WITHOUT_CPP=YES # Set to not build cpp(1).
151WITHOUT_CXX=YES # Set to not build c++(1) and related libraries.
152WITHOUT_CLANG=YES # Set to not build the Clang C/C++ compiler.
153WITHOUT_CVS=YES # geen cvs tools geinstalleerd
154WITHOUT_DICT=YES # geen dictionary ondersteuning
155WITHOUT_EXAMPLES=YES # geen voorbeeld configuratiebestanden
156WITHOUT_FORTRAN=YES # geen ondersteuning fortran compilers
157WITHOUT_GAMES=YES # geen games gecompileerd
158WITHOUT_GCOV=YES # geen gcov test coverage program
159WITHOUT_GPIB=YES # geen ondersteuning gpib kaarten
160WITHOUT_HTML=YES # geen html help bestanden gecompileerd
161WITHOUT_I4B=YES # geen ondersteuning voor isdn
162WITHOUT_IPX=YES # geen ondersteuning ipx protocols
163WITHOUT_KERBEROS=YES # geen ondersteuning Kerberos authenticatie
164WITHOUT_LOCALES=YES # geen ondersteuning lokalisatie
165WITHOUT_LPR=YES # geen ondersteuning print services
166WITHOUT_NIS=YES # geen ondersteuning network information system
167WITHOUT_PROFILE=YES # Set to avoid compiling profiled libraries.
168WITHOUT_RCMDS=YES # geen ondersteuning rcmds,
169WITHOUT_RESCUE=YES # geen rescue bestanden gecompileerd
170WITHOUT_SENDMAIL=YES # geen sendmail geinstalleerd
171WITHOUT_SHAREDOCS=YES # geen share/docs directories
172WITHOUT_SSP=YES # Set to not build world with propolice stack smashing protection.
173WITHOUT_SYSCONS=YES # geen syscon devices gecompileerd
174WITHOUT_UNBOUND=YES # Port version will be used if any is used
175WITHOUT_LOCALES=YES # No localization support
176
177# LLVM Target selection to speed up compilation
178WITHOUT_LLVM_TARGET_AARCH64=YES
179WITHOUT_LLVM_TARGET_ARM=YES
180WITHOUT_LLVM_TARGET_MIPS=YES
181WITHOUT_LLVM_TARGET_POWERPC=YES
182WITHOUT_LLVM_TARGET_SPARC=YES
183WITH_LLVM_TARGET_X86=YES
184'
185
186CONF_BUILD="
187${CONF_COMMON}
188"
189
190CONF_INSTALL="
191${CONF_COMMON}
192WITHOUT_TOOLCHAIN=YES # geen freebsd toolchain
193"
194
195
196# Flash disks arrived, sandisk 1g seems to match the geometry of the (blanc) cards
197#FlashDevice sandisk 1g # nanobsd flashdevice entry
198#FlashDevice sandisk 512mb # nanobsd flashdevice entry
199#FlashDevice transcend 2g # nanobsd flashdevice entry
200# Calculated value of PEAK hardware 1GB CF card
201# C/H/S phys 1954/16/63, logical 977/32/63
202# Mediasize is calculated as C*H*S*512
203
204# Using logical values reported by ALIX board
205# values for PCEngines blanc 1 GB cards
206# C/H/S phys 1966/16/63, logical 983/32/63
207NANO_MEDIASIZE=`expr 1008451584 / 512`
208NANO_HEADS=32
209NANO_SECTS=63
210
211
212# Version tagging
213cust_version_tag() (
214 VERSION_FILE="${NANO_WORLDDIR}/tools/wl-release.txt"
215 (
216 echo "Generated by `id -un`@`hostname -f` at `date`"
217 echo ""
218 echo "=== CONFIG specifics ==="
219 svn info ${NANO_CONF_DIR}/../ || exit 0
220 svn diff ${NANO_CONF_DIR}/../ || exit 0
221 echo "=== BEGIN CONFIG specifics ==="
222 ) > $VERSION_FILE
223)
224
225# Takes a very long time (10+) minutes to generate this file on an ALIX board,
226# not practical for quick debugging and configuration.
227cust_openvpn_dhparam() (
228 if [ -r ${NANO_CONF_DIR}/usr/local/bin/openvpn ]; then
229 DHFILE=${NANO_WORLDDIR}/etc/easy-rsa-keys/dh1024.pem
230 mkdir -p `dirname $DHFILE`
231 openssl dhparam -out $DHFILE 1024
232 fi
233)
234
235# Unbound is running in alternative chroot location (port default) how-ever
236# this directory needs to be writeable by unbound for key generation etc.
237cust_unbound_rights() (
238 if [ -r ${NANO_WORLDDIR}/usr/local/etc/unbound ]; then
239 chroot ${NANO_WORLDDIR} sh -c "chown unbound:unbound /usr/local/etc/unbound"
240 fi
241)
242
243
244# Monit permissions needs to be more restrictive which cannot be set by
245# repository tooling
246cust_monitrc_permissions () (
247 if [ -r ${NANO_WORLDDIR}/usr/local/etc/monitrc ]; then
248 chroot ${NANO_WORLDDIR} sh -c "chmod 0600 /usr/local/etc/monitrc"
249 fi
250)
251
252
253# Assuming we are running a safe envirionment where snooping could occur during or after the build
254cust_set_root_password() (
255 if [ -n "${CFG_ROOT_PASSWORD}" ]; then
256 pprint 2 "Set root password using CFG_ROOT_PASSWORD variable"
257 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -n root"
258 else
259 pprint 2 "Root password is <blank>, no password provided at variable CFG_ROOT_PASSWORD"
260 fi
261)
262
263
264
265# EXPERIMENTAL patch like envirionment
266# Using '*-nanobsd.patch' files to only specify the bare differences between the base/default file to
267# keep us as close as possible to the base OS
268# Patches are applied to the directory they live in
269#cust_apply_nanobsd_patches() (
270# for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do
271# cd `dirname ${PATCHFILE}`
272# patch -t -N -p0 -i `basename ${PATCHFILE}`
273# #XX: What to with installed patch files? Delete them for the time beeing
274# rm -v ${PATCHFILE}
275#done
276
277
278
279#)
280
281
282
283# Customize ntpd
284cust_ntpd() (
285 chroot ${NANO_WORLDDIR} sh -c "ln -fs /usr/local/etc/ntp.drift /var/db/ntp.drift"
286)
287
288
289# Enable Serial TTYs
290cust_serial_ttys() (
291 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
292
293 # Serial login is consided to be phycically secured, so no credentials are required
294 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyu0/s/std.9600/al.9600/' /etc/ttys
295)
296
297# Customize sudoers files
298cust_sudo_rules() {
299 chroot ${NANO_WORLDDIR} find /usr/local/etc/sudoers.d/ -type f -exec chmod 0640 {} \+
300}
301
302
303# Update databases of tooling like locate and apropos
304cust_update_databases() {
305 chroot ${NANO_WORLDDIR} sh -c '/usr/libexec/makewhatis.local `/usr/bin/manpath -q`'
306 chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb"
307}
308
309# Install files from specific relative location
310cust_install_files () (
311 cd ${NANO_CONF_DIR}/../files
312 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${NANO_WORLDDIR}
313)
314
315
316# Make tools available for root by default
317cust_root_bin_to_tools() {
318 ln -s /tools ${NANO_WORLDDIR}/root/bin
319}
320
321
322# Prune no needed directories of image
323cust_nano_prune () (
324 cd ${NANO_WORLDDIR}
325 for ENTRY in ${NANO_PRUNE}; do
326 rm -vfR ${ENTRY}
327 done
328)
329
330# We actually do need an seperate /tmp, so undo the symlinking done in
331# setup_nanobsd()
332late_cust_unset_common_var_and_tmp() (
333 cd ${NANO_WORLDDIR}
334 rm tmp
335 mkdir -m 1777 tmp
336)
337
338
339# Fill /cfg wmth custom files, based on 'create_i386_diskimage ( )'
340last_nano_fill_cfg () (
341 # Variables to be used
342 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
343 MNT=${MAKEOBJDIRPREFIX}/_.mnt
344
345 # Mount '/cfg' slize in image
346 MD=`mdconfig -a -t vnode -f ${IMG}`
347 mount /dev/${MD}s3 ${MNT}
348
349 # Location of '/cfg' directory
350 cd ${NANO_CONF_DIR}/../cfg-files
351 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${MNT}
352
353
354 # Leave in nice end state
355 umount ${MNT}
356 mdconfig -d -u ${MD}
357) > ${MAKEOBJDIRPREFIX}/_.fc 2>&1
358
359last_nano_disk_usage () (
360 # Variables to be used
361 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
362 MNT=${MAKEOBJDIRPREFIX}/_.mnt
363
364 # Mount root slize
365 MD=`mdconfig -a -t vnode -f ${IMG}`
366 mount /dev/${MD}s1a ${MNT}
367
368 # Show disk usage (percent free) inc header
369 pprint 2 $(df -h | head -1)
370 pprint 2 "$(df -h | grep /dev/${MD})"
371
372 # Leave in nice end state
373 umount ${MNT}
374 mdconfig -d -u ${MD}
375)
376
377
378cust_pkgng () (
379
380 # If the package directory doesn't exist, we're done.
381 if [ ! -d ${NANO_PACKAGE_REPOS} ]; then
382 echo "DONE 0 packages"
383 return 0
384 fi
385
386 # Find a pkg-* package
387 if [ -z "${NANO_PACKAGE_REPOS}/Latest/pkg.txz" ]; then
388 echo "FAILED: need a pkg/ package for bootstrapping"
389 exit 2
390 fi
391
392 # Replicate the packages into the NanoBSD world (as hard links) so we can
393 # access them from the chroot in which pkg is being run.
394 cp -lpR ${NANO_PACKAGE_REPOS} ${NANO_WORLDDIR}/Repos
395
396 #Bootstrap pkg
397 CR env ASSUME_ALWAYS_YES=YES SIGNATURE_TYPE=none /usr/sbin/pkg add /Repos/Latest/pkg.txz
398 CR pkg -N >/dev/null 2>&1
399 if [ "$?" -ne "0" ]; then
400 echo "FAILED: pkg bootstrapping faied"
401 exit 2
402 fi
403
404 mkdir -p ${NANO_WORLDDIR}/usr/local/etc/pkg/repos
405 echo "FreeBSD: { enabled: no }" > ${NANO_WORLDDIR}/usr/local/etc/pkg/repos/FreeBSD.conf
406
407 # Generate a reference to our local repository
408 cat > ${NANO_WORLDDIR}/usr/local/etc/pkg/repos/LOCAL.conf <<-EOF
409 LOCAL: {
410 url : file:///Repos
411 enabled : yes
412 mirror_type : none
413 signature_type : none
414 }
415 EOF
416
417
418 # Count & report how many we have to install
419 todo=`echo ${PACKAGE_LIST} | /usr/bin/wc -l`
420 todo=$(expr $todo + 1) # add one for pkg since it is installed already
421 echo "=== TODO: $todo"
422 echo "${PACKAGE_LIST}"
423 echo "==="
424 for PKG in ${PACKAGE_LIST}
425 do
426 CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg install $PKG
427 done
428 rm -rf ${NANO_WORLDDIR}/Repos
429)
430
431last_orders () (
432 last_nano_fill_cfg
433 last_nano_disk_usage
434)
435
436# Ugly hack to 'escaping' pprint from inside a customize_cmd to output
437# instead of a file
438exec 3>/dev/stdout
439# Progress Print
440# Print $2 at level $1
441pprint() {
442 if [ "$1" -le $PPLEVEL ]; then
443 printf "%.${1}s %s\n" "#####" "$2" 1>&3
444 fi
445}
446
447# Cust macro`s gestart in onderstaande volgorde
448# XXX: Determine size before installing all find of additions to see how much
449# base we are actually using ## du -h -d 0
450customize_cmd cust_pkgng
451customize_cmd cust_install_files
452customize_cmd cust_ntpd
453customize_cmd cust_serial_ttys
454customize_cmd cust_version_tag
455customize_cmd cust_root_bin_to_tools
456customize_cmd cust_allow_ssh_root
457customize_cmd cust_openvpn_dhparam
458customize_cmd cust_nano_prune
459customize_cmd cust_set_root_password
460customize_cmd cust_sudo_rules
461customize_cmd cust_unbound_rights
462customize_cmd cust_update_databases
463customize_cmd cust_monitrc_permissions
464#customize_cmd cust_apply_nanobsd_patches
465late_customize_cmd late_cust_unset_common_var_and_tmp
466
467# Standard overwrite
468if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then
469 . $NANO_CONF_DIR/nanobsd.local
470fi
471
472# Extra config if existing is not suffient
473if [ -n "$EXTRA_NANOBSD_CONFIG" ]; then
474 for FILE in $EXTRA_NANOBSD_CONFIG; do
475 # File relative to config directory
476 if [ "`echo $FILE | cut -c1`" != "/" ]; then
477 FILE=$NANO_CONF_DIR/$FILE
478 fi
479 pprint 1 "Loading $FILE"
480 . $FILE || exit 1
481 done
482fi
Note: See TracBrowser for help on using the repository browser.