# Template file for 'netbsd' OSNAME="netbsd" PRETTY="NetBSD" BASEDOF="-" DESCRIPTION="Free, fast, secure, and highly portable Unix-like Open Source operating system. It is available for a wide range of platforms, from large-scale servers and powerful desktop systems to handheld and embedded devices" HOMEPAGE="https://www.netbsd.org" CREDENTIALS="-" GUEST="netbsd" RELEASES="9.4 9.3 10.1 10.0" function get_() { local HASH="" local ISO="NetBSD-${RELEASE}-amd64.iso" local URL="https://cdn.netbsd.org/pub/NetBSD/NetBSD-${RELEASE}/images" HASH=$(web_pipe "${URL}/MD5" | grep "${ISO}" | cut -d' ' -f4) echo "${URL}/${ISO} ${HASH}" } function specific_tweaks() { echo "boot=\"legacy\"" >> "${CONF_FILE}" }