Differences From Artifact [a780930d4a]:
- 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]
To Artifact [fe88b08ad6]:
- File bootfs.init — part of check-in [67838bd249] at 2019-10-21 14:21:35 on branch trunk — fix devd, fix order, change daemonizing process, adding nfsd (user: arcade, size: 132) [annotate] [blame] [check-ins using]
1 2 3 4 | # vim:ft=make: bootfs: fsck : Checking whether we need /boot mounted. | | | 1 2 3 4 5 | # vim:ft=make: bootfs: fsck : Checking whether we need /boot mounted. mount -vadr | grep -q ' /boot$$' && mount -r /boot || true |