Diff
Logged in as anonymous

Differences From Artifact [a780930d4a]:

To Artifact [fe88b08ad6]:


1
2
3
4
5

1
2
3
4

5




-
+
# vim:ft=make:

bootfs: fsck
	: Checking whether we need /boot mounted.
	mount -vadr | grep -q ' /boot$$' && mount -r /boot || exit 0
	mount -vadr | grep -q ' /boot$$' && mount -r /boot || true