Diff
Logged in as anonymous

Differences From Artifact [fe88b08ad6]:

To Artifact [d887eb8b56]:


1
2
3
4
5
# vim:ft=make:

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

|



1
2
3


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