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