#!/usr/bin/env bash . /opt/functions.sh . /tmp/answerfile # include diskspreparation.sh beginLogEntry "run disks preparation" . /opt/diskspreparation.sh finishLogEntry "done" if [ -f /opt/runinstaller.sh ]; then . /opt/runinstaller.sh fi