bootfs.init at [2f11a995dc]
Logged in as anonymous

File bootfs.init artifact f2f97d45ef part of check-in 2f11a995dc


# vim:ft=make:

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