#!/bin/sh begin_script TOOLS "setting up tools..." if [ "$OPT_I2CTOOLS" = "yes" ] then do_modprobe i2c-dev fi if [ -f /usr/bin/e3 ] then for i in e3em e3ne e3pi e3vi e3ws do ln -s e3 /usr/bin/$i done fi cat <>/etc/services ftp-data 20/tcp ftp 21/tcp EOF if [ "$OPT_DHCPDUMP" = "yes" ] then cat <>/etc/services bootps 67/tcp bootps 67/udp bootpc 68/tcp bootpc 68/udp EOF fi end_script