nanobsd: Add a provisional populate /cfg function

Add a provisional _populate_cfg_part function.  It populates the /cfg
partition, but using makefs(8), which is more in-line with what release
engineering uses to create images.

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D48791
This commit is contained in:
Jose Luis Duran
2026-01-17 18:09:59 +00:00
parent 61ac7309c3
commit 800d390fe7
+4
View File
@@ -772,6 +772,10 @@ populate_cfg_slice() {
populate_slice "$1" "$2" "$3" "$4"
}
_populate_cfg_part() {
_populate_part "cfg" "$1" "$2" "$3" "$4" "$5"
}
populate_data_slice() {
populate_slice "$1" "$2" "$3" "$4"
}