#!/bin/bash
#
# Thomas Lange, lange@informatik.uni-koeln.de, 2003

set -a
. /tmp/install_config/bin/subroutines
. /tmp/install_config/bin/subroutines-sunos
fai_init
prtconf -p > $LOGDIR/prtconf.log
[ "$debug" ] && set | perl -ne 'print if /^\w\w+=/' > $LOGDIR/start-variables.sh

# notwending? Es geht doch alles in begin.log rein
{
echo -n "Staring Installation: start script "; date -u
task confdir
task setup
task defclass
task defvar

task partition
} > >( tee -a $rcslog )  2>&1
