Differences From Artifact [ed8e95636b]:
- File kld.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: 81) [annotate] [blame] [check-ins using]
To Artifact [4db3c3f5d6]:
- File kld.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 117) [annotate] [blame] [check-ins using]
|
| < < > | 1 2 3 4 5 | kld: bootfs .if defined(KLD_LIST) echo "MRC:$@> Loading kernel modules: ${KLD_LIST}" kldload -n ${KLD_LIST} .endif |