case "$MODE" in
    finalization)
        # Set default timezone to that of server Bug #126443
        if [ -f /etc/timezone ]; then
            cp /etc/timezone $ROOT/etc/timezone
            cp /etc/localtime $ROOT/etc/localtime
        fi
        ;;
esac
