#!/bin/sh # Craig Jennings # speeds and tidies the boot sequence # disable devil icon in boot menu sysrc -f /boot/loader.conf loader_logo="none" # reduce default wait time before boot sysrc -f /boot/loader.conf autoboot_delay=2 # cover kernel diagnostics sysrc -f /boot/loader.conf boot_mute="YES"