# Template file for 'bodhi' OSNAME="bodhi" PRETTY="Bodhi Linux" LOGO="" ICON="bodhi.svg" ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/bodhi.png" CATEGORY="Lightweight" BASEDOF="Debian Ubuntu" HOMEPAGE="https://www.bodhilinux.com" DESCRIPTION="Lightweight distribution featuring the fast & fully customizable Moksha Desktop" CREDENTIALS="-" GPG="" RSS="" DW="" function releases_() { echo 7.0.0 } function editions_() { echo apppack hwe standard s76 } function get_() { local HASH="" local ISO="" local URL="https://sourceforge.net/projects/bodhilinux/files/${RELEASE}" case ${EDITION} in standard) ISO="bodhi-${RELEASE}-64.iso";; *) ISO="bodhi-${RELEASE}-64-${EDITION}.iso";; esac HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f1) echo "${URL}/${ISO} ${HASH}" } function config_() { echo "disk_size=\"64G\"" >> "${CONF_FILE}" }