Skip to content

Instantly share code, notes, and snippets.

View JaeTLDR's full-sized avatar
💻
busy working, coding

Jae JaeTLDR

💻
busy working, coding
  • VulpTech
  • australia
View GitHub Profile
@indgy
indgy / quiet_boot.sh
Last active March 10, 2025 07:03
FreeBSD Quiet Boot
#!/bin/sh
# Speed up boot slightly
sysrc background_dhclient=YES
sysrc -f /boot/loader.conf autoboot_delay=3
# Quieten boot messages
sysrc rc_startmsgs=NO
sysrc -f /boot/loader.conf boot_mute=YES
sysrc -f /boot/loader.conf beastie_disable=YES