YES!!!Is there any way to make FreeBSD boot silently, ie not display anything before getting to the login prompt?
Well that information was useful!YES!!!
Yep.Is there any way to make FreeBSD boot silently, ie not display anything before getting to the login prompt?
% grep rc_ /etc/rc.conf
rc_startmsgs=NO
rc_info=NO
% grep boot_mute /boot/loader.conf
boot_mute=YES
vermaden many thanks for this. Just tried it and it's quite neat. It appears to boot faster, but that's probably my imagination.Yep.
Code:% grep rc_ /etc/rc.conf rc_startmsgs=NO rc_info=NO % grep boot_mute /boot/loader.conf boot_mute=YES
boot_mute="YES"
beastie_disable="YES"
autoboot_delay=0
#splash_bmp_load="YES"
#bitmap_load="YES"
#bitmap_name="/boot/freebsd.bmp"
#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none