<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, May 23, 2018 at 2:55 PM Belisko Marek <<a href="mailto:marek.belisko@gmail.com">marek.belisko@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, May 23, 2018 at 1:50 PM Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>> wrote:<br>
<br>
> On Wed, May 23, 2018 at 2:37 PM Belisko Marek <<a href="mailto:marek.belisko@gmail.com" target="_blank">marek.belisko@gmail.com</a>><br>
wrote:<br>
<br>
>> Hello,<br>
<br>
>> I'm using system 234 build by yocto for BeagleBoneBlack. I ave some<br>
strange<br>
>> issue that systemd start timeout because cannot find dev node (which is<br>
>> obviously non existing). Snippet:<br>
<br>
>> [ TIME ] Timed out waiting for device dev-mmcblkp1.device.<br>
>>                                                [DEPEND] Dependency failed<br>
for<br>
>> /boot.<br>
>>                             [DEPEND] Dependency failed for Local File<br>
>> Systems.<br>
<br>
>> Device /dev/mmcblkp1 (mounted to /boot) was added to fstab (no idea which<br>
>> component did that). When removed from fstab boot works as expected.<br>
<br>
<br>
> That's normal then. If a device is in fstab, systemd will try to mount<br>
it, because that's what fstab does. (I assume the name was supposed to be<br>
"mmcblk0p1" instead?)<br>
When check fstab in build rootfs there is no such file with such device. It<br>
must be added runtime and I suspect it was added by systemd.<br></blockquote><div><br></div><div>systemd does not alter /etc/fstab, so I suspect it was added by your build.</div><div><br></div><div>systemd's native mechanism is *.mount units, and by default mount configuration is imported <i>from</i> fstab <i>to</i> systemd format, but not the other way around.</div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>