bootfs.init at [b8c8da525b]
Logged in as anonymous

File bootfs.init artifact f2f97d45ef part of check-in b8c8da525b


# vim:ft=make:

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