On Sun, Jan 11, 2015 at 4:57 AM, Andrei Borzenkov <arvidjaar@xxxxxxxxx> wrote: > Does it using systemd *inside* of initrd? I don't know how to find the answer to this. There is an initramfs and systemd-journald is the first thing (other than kernel) to be found in dmesg after the initramfs is unpacked, well before root is mounted. From upstream dracut: > > if ! dracut_module_included "systemd"; then > inst_hook cmdline 95 "$moddir/parse-block.sh" > inst_hook pre-udev 30 "$moddir/block-genrules.sh" > inst_hook mount 99 "$moddir/mount-root.sh" > ^^^^^^^^^^^^^ here it does it > fi > > Do you have Fedora specific patches to do it differently? No idea. -- Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html