nanobsd: Register the boot.config file in the metalog

Ensure that the boot.config file gets an entry in the metalog by
tgt_touch()ing it.  If a file is not present in the metalog, it gets
excluded from the final image when using "-U" (unprivileged builds).

MFC after:	2 weeks
This commit is contained in:
Jose Luis Duran
2026-05-27 00:25:10 +00:00
parent 5435998230
commit f1de8e3511
+1
View File
@@ -883,6 +883,7 @@ cust_comconsole() {
# Tell loader to use serial console early.
echo "${NANO_BOOT2CFG}" > ${NANO_WORLDDIR}/boot.config
tgt_touch boot.config
}
#######################################################################