summaryrefslogtreecommitdiff
path: root/root_scripts/boot_config.sh
blob: 8071b2fcf22e4e4c1c9cf22492ca8f0c307c0156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# Craig Jennings <c@cjennings.net>
# 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"