Artifact [a780930d4a]
Logged in as anonymous

Artifact a780930d4a0fc46f91e17ead7c1682ffd7decc994c1cb4f47b2d1d91e3cb12d7:


# vim:ft=make:

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