I would like to use systemd on my Gentoo box. Unfortunately, I have /usr on a separate partition and Gentoo puts libdbus into /usr/lib, leading to a segfault on boot, since systemd relies on dbus.
Hence I would like to generate an initramfs using dracut that mounts /usr for me. This partition is on an md raid. I think that I have setup dracut correctly to include mdadm, but somehow it does not mount /usr
I think that it is configured to only mount the root partition by default, even if it detects other partitions.
How can I tell dracut to mount /usr also before switching to the real init?
