~~~~~~~~

Title: Fun with FreeBSD Date: 2023-03-22 7:42 AM CST Category: Tech Tags: 100DaysToOffload, Computing, FOSS (Free and Open Source Software), Linux/Unix Tips, BSD, FreeBSD, Non-religious post

Status: published

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

Proxied content from gemini://sdf.org/rldane/2023-03-22-fun-with-freebsd.gmi (external content)

Gemini request details:

Original URL
gemini://sdf.org/rldane/2023-03-22-fun-with-freebsd.gmi
Status code
Success
Meta
text/gemini
Proxied by
kineto

Be advised that no attempt was made to verify the remote SSL certificate.