Solved Hiding boot messaages

Yep.

Code:
% 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.

Is there any way to provide your own image when booting?
 
The system provides some images you can use. You can create your own.

Check this thread too:
#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
 
Back
Top