# OPNsense pkg repository for os-netboot. # # Drop this file at /usr/local/etc/pkg/repos/os-netboot.conf on the OPNsense # host, drop the matching public key at /usr/local/etc/ssl/os-netboot.pub, # then `pkg update -f`. After that os-netboot shows up in System -> Firmware # -> Plugins (with "Show community plugins" enabled), with normal install # / upgrade / uninstall buttons. # # The ${ABI} placeholder is expanded by pkg(8) to the host's ABI string, # e.g. FreeBSD:14:amd64. The repo publishes a separate catalog per ABI. os-netboot: { url: "https://johnwbyrd.github.io/os-netboot/pkg/${ABI}", mirror_type: "none", signature_type: "pubkey", pubkey: "/usr/local/etc/ssl/os-netboot.pub", enabled: yes, priority: 5 }