Fun with FreeBSD

I was watching this video[a] about FreeBSD last night, and the gentleman made mention of a blog which had extra information on FreeBSD. Looking at the blog, I found an excellent article[b] describing how to make the FreeBSD boot process less visually noisy.

[a]

[b]

 

The first step they gave is to add the lines:

to /boot/loader.conf.

The first line replaces the kernel boot messages with a graphic FreeBSD logo. It’s not as pretty, colorful or high-resolution as modern Plymouth boot images on Linux, but it definitely gets the job done. The second line reduces the automatic boot delay from 10 seconds to 2, which just speeds up the boot process by eliminating the need to manually hit “Enter” to start the boot right away.

Update: Oops, or: “I coulda just read the manpage!” I found out that I didn’t have to modify the init scripts at all. Thanks to “evilham”[a] and vermaden himself[b], I learned that with two simple lines added to /etc/rc.conf, I could reduce all of the boot messages down to a mere 22 status lines, which easily fits in one screenful. I then undid all of the init script changes (so obviously skip all the steps above about modifying init scripts. The only changes needed for a pretty quite FreeBSD boot are add:

[a]

[b]

to /boot/loader.conf, and add:

to /etc/rc.conf.

That’s it! You may now safely disregard the rest of this blog post above, which I’m keeping intact for… posterity? Laughing at myself later? :D

# #100DaysToOffload - Day 7