Artifact f2f97d45ef861959afe2656bd9b0a29c08a03032e1eada6df927e7310c6cc3a3:
- File bootfs.init — part of check-in [2f11a995dc] at 2019-10-19 08:52:13 on branch trunk — add bootfs, hostname, kld, wlans, config comment, network initialization (user: arcade, size: 128) [annotate] [blame] [check-ins using]
# vim:ft=make: bootfs: : Checking whether we need /boot mounted. mount -vadr | grep -q ' /boot$' && mount -r /boot || exit 0