Diff
Logged in as anonymous

Differences From Artifact [fe88b08ad6]:

To Artifact [d887eb8b56]:


1
2
3
4

5


1

2
3
-
-

-
+

# vim:ft=make:

bootfs: fsck
	: Checking whether we need /boot mounted.
	echo "MRC:$@> Checking whether we need /boot mounted."
	mount -vadr | grep -q ' /boot$$' && mount -r /boot || true