# Template file for 'haiku' OSNAME="haiku" PRETTY="Haiku" LOGO="" ICON="haiku.svg" ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/haiku.png" CATEGORY="advanced" BASEDOF="-" HOMEPAGE="https://www.haiku-os.org" DESCRIPTION="Specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful" CREDENTIALS="-" GPG="" RSS="" DW="" GUEST="haiku" function releases_() { echo r1beta5 r1beta4 r1beta3 } function editions_() { echo x86_64 x86_gcc2h } function get_() { local ISO="haiku-${RELEASE}-${EDITION}-anyboot.iso" local URL="http://mirror.rit.edu/haiku/${RELEASE}" HASH=$(web_pipe "${URL}/${ISO}.sha256" | grep "${ISO}" | cut -d' ' -f4) echo "${URL}/${ISO} ${HASH}" } function config_() { echo "boot=\"legacy\"" >> "${CONF_FILE}" }