<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, May 23, 2018 at 2:37 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">Hello,<br>
<br>
I'm using system 234 build by yocto for BeagleBoneBlack. I ave some 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 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.</blockquote><div><br></div><div>That's normal then. If a device is in fstab, systemd will try to mount it, because that's what fstab does. (I assume the name was supposed to be "mmcblk0p1" instead?)</div><div><br></div><div>fstab has the "<b>nofail</b>" flag to mark the entry as not-required (with it set, systemd will just wait "in background" instead of failing), "noauto" to disable auto-mounting completely, and "x-systemd.automount" to delay mounting until first access.</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>