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:
@@ -883,6 +883,7 @@ cust_comconsole() {
|
||||
|
||||
# Tell loader to use serial console early.
|
||||
echo "${NANO_BOOT2CFG}" > ${NANO_WORLDDIR}/boot.config
|
||||
tgt_touch boot.config
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
|
||||
Reference in New Issue
Block a user