openbsd openbsd 7.7: https://mirror.leaseweb.com/pub/OpenBSD/7.7/amd64/install77.iso openbsd 7.6: https://mirror.leaseweb.com/pub/OpenBSD/7.6/amd64/install76.iso # Template file for 'openbsd' OSNAME="openbsd" PRETTY="OpenBSD" BASEDOF="-" DESCRIPTION="Free, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography" HOMEPAGE="https://www.openbsd.org" CREDENTIALS="-" GUEST="openbsd" RELEASES="7.7 7.6" function get_() { local HASH="" local ISO="install${RELEASE//\./}.iso" local URL="https://mirror.leaseweb.com/pub/OpenBSD/${RELEASE}/amd64" HASH=$(web_pipe "${URL}/SHA256" | grep "${ISO}" | cut -d' ' -f4) echo "${URL}/${ISO} ${HASH}" } function specific_tweaks() { echo "boot=\"legacy\"" >> "${CONF_FILE}" }