Andrei Borzenkov <[email protected]> wrote on 09/12/2015 12:37:03 AM: > 12.09.2015 03:51, [email protected] пишет: > > I recently switched to using systemd in my initrd, and nearly everything > > works fine, expect now the system comes up without /tmp being mounted > > correctly. I'm not sure where to start looking. Can anyone nudge me in the > > right direction? > > > > Yes, that's possible. Why do you include tmp.mount in initrd in the > first place? Did you try to skip it? What initrd implementation do you use?
I'm rolling my own initrd for an embedded product. I install the same systemd in rootfs and in initrd, and it didn't occur to me remove some units from the initrd install, but you were absolutely correct; I just needed to remove the tmp.mount unit from initrd and the whole boot started working correctly. Thank you so much for getting me on the right track.
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
