[systemd-devel] Second (erroneous) check of rootfs?
Chris Murphy
lists at colorremedies.com
Sun Jan 11 04:09:29 PST 2015
On Sun, Jan 11, 2015 at 4:57 AM, Andrei Borzenkov <arvidjaar at gmail.com> 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
More information about the systemd-devel
mailing list