--1-- Copyright (c) 2025 Joseph Mingrone <[email protected]>2--3-- SPDX-License-Identifier: BSD-2-Clause4--56return {7brand = {8ascii = {9image = {10" _____ ____ ____ ____ ___ _ _ _",11"| ___| __ ___ ___| __ ) ___|| _ \\ |_ _|_ __ ___| |_ __ _| | | ___ _ __",12"| |_ | '__/ _ \\/ _ \\ _ \\___ \\| | | | | || '_ \\/ __| __/ _` | | |/ _ \\ '__|",13"| _|| | | __/ __/ |_) |__) | |_| | | || | | \\__ \\ || (_| | | | __/ |",14"|_| |_| \\___|\\___|____/____/|____/ |___|_| |_|___/\\__\\__,_|_|_|\\___|_|",15},16requires_color = false,17},18fb = {19image = "/boot/images/freebsd-install-brand-rev.png",20width = 80,21},22}23}242526