Hacker News new | ask | show | jobs
by blucaz 589 days ago
Debian, Ubuntu and all derivatives thereof use initramfs-tools, which does not use systemd in the initrd, and things work just fine
1 comments

Ubuntu is literally trying to replace it with dracut as we speak.
https://dracut-ng.github.io/dracut-ng/developer/compatabilit...

Dracut is used both in Void Linux and on Alpine without systemd and with busybox.

It even runs continuous integration with musl based containers.

Alpine uses mkinitfs per default, tho.