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