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

Last change on this file since 14128 was 14128, checked in by rick, 7 years ago

Fix pkg creation symlinks from image scipt

Using the old 'hackish' method, call package-build.sh instead.

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