Artifact a780930d4a0fc46f91e17ead7c1682ffd7decc994c1cb4f47b2d1d91e3cb12d7:
- File bootfs.init — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 134) [annotate] [blame] [check-ins using]
# vim:ft=make: bootfs: fsck : Checking whether we need /boot mounted. mount -vadr | grep -q ' /boot$$' && mount -r /boot || exit 0