case "$MODE" in
    commandline)
        add_option "chroot" "`eval_gettext "Set the name of the chroot."`" "advanced" "true"
        ;;
    configure)
        if [ -n "$option_chroot_value" ]; then
            CHROOT="$option_chroot_value"
        else
            CHROOT="$ARCH"
        fi
        ;; 
esac
