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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user