Persist the content of /var/lib/systemd in memory during initramfs
execution by linking it to /run/initramfs/systemd .
One of the motivation of this PR is to preserved coredumps
when systemd-coredump dracut module is included in the initrfamfs.
In general, this approach would requires less customization of
systemd configuration for dracut.
d /run/initramfs 0755 root root -
d /run/initramfs/log 0755 root root -
+d /run/initramfs/systemd 0755 root root -
L /var/log - - - - ../run/initramfs/log
+L /var/lib/systemd - - - - ../../run/initramfs/systemd