Diff
Logged in as anonymous

Differences From Artifact [f2f97d45ef]:

To Artifact [a780930d4a]:


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

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


|

|
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