#!/bin/sh # Craig Jennings # speeds and tidies the boot sequence # disable devil icon in boot menu sysrc -f /boot/loader.conf loader_logo="none" # hide kernel diagnostics sysrc -f /boot/loader.conf boot_mute="YES" # reduce default wait time before boot sysrc -f /boot/loader.conf autoboot_delay=2 # don't print start messages sysrc rc_startmsgs=NO