Thumbnail

How I configure my Void Linux install

Tags: linux tech

Well, i’ve recently installed void linux on my actual main pc now, and honestly, it’s been a great experience so far. However, I did have to do some workarounds for certain things to work, so, I decided to make this blog post on how i configure Void Linux to my likings.

What we’ll go through:

Step 1. Installing Void Linux

Probably the easiest part, but some beginners might struggle with it.

Partitioning

You can either use fdisk or cfdisk, I don’t really care. But your partition structure should look like this:

Sway Install

Now that you’ve succesfully (hopefully) installed void, here’s how to change from a boring old TTY to a tiling window manager

Installing linux-tkg (optional)

You could just use Void from just following these 2 steps, but if you wanna experiment with a custom kernel, here’s how I did it:

Conclusion

Void linux is a really easy distribution to configure, you just gotta get used to the manual intervention you gotta do to some apps for them to work. I hope this “guide” helped you do sommething on Void Linux succesfully.

Difference between glibc and musl

glibc

glibc is a vastly supported libc that’s used by most distros. however, it tends to be insecure and clunky. but, if you’re gonna use nvidia drivers, then you need glibc.

musl

musl is an even simpler but not so supported libc that’s used by alpine and others. it’s more secure (due to small codebase), but LOTS of software isn’t supported with it, and you’ll have to rely on flatpaks, distroboxes or a glibc chroot