DistroHopper/public/bodhi
2026-05-27 17:00:06 +02:00

44 lines
915 B
Text

# 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"
DESCRIPTION="Lightweight distribution featuring the fast & fully customizable Moksha Desktop"
HOMEPAGE="https://www.bodhilinux.com"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
MAGNET=""
CHAT=""
RELEASES="7.0.0"
EDITIONS="apppack hwe standard s76"
QEMU_ARCH="amd64"
releases_() {
echo 7.0.0
}
editions_() {
echo apppack hwe standard s76
}
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}"
}
config_() {
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
}