Annotation For bootfs.init
Logged in as anonymous

Origin for each line in bootfs.init from check-in 67838bd249:

2f11a995dc 2019-10-19    1: # vim:ft=make:
2f11a995dc 2019-10-19    2: 
8f80b79392 2019-10-20    3: bootfs: fsck
2f11a995dc 2019-10-19    4: 	: Checking whether we need /boot mounted.
67838bd249 2019-10-21    5: 	mount -vadr | grep -q ' /boot$$' && mount -r /boot || true