case "$MODE" in
    configure)
        ARCH=${ARCH:-"$(dpkg --print-architecture)"}
        APT_GET_OPTS=${APT_GET_OPTS:-"-y"}
        DIST=${DIST:-"$(lsb_release -s -c)"}
        MIRROR=${MIRROR:-"http://http.us.debian.org/debian"}
        COMPONENTS=${COMPONENTS:-"main"}
        EARLY_PACKAGES=${EARLY_PACKAGES:-"ltsp-client"}
        EXCLUDE=${EXCLUDE:-"libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,tasksel-data,base-config,apt-utils,dhcp-client,dhcp3-client,dhcp3-common,fdutils,iptables,ppp,whiptail,aptitude"}
        RCS_WHITELIST=${RCS_WHITELIST:-"mountkernfs.sh mountvirtfs hostname.sh keymap.sh loopback udev mountdevsubfs.sh mountdevsubfs module-init-tools procps.sh etc-setserial ltsp-client-setup setserial console-screen.sh xorg-common x11-common xfree86-common ifupdown networking"}
        RC2_WHITELIST=${RC2_WHITELIST:-"klogd sysklogd ltsp-client ltsp-client-core nbd-client usplash rmnologin"}
        ;;
esac

