build_image_dist -> build_arm_dist (docs/helper_functions.7.md)

Signed-off-by: gryrmln <gryrmln@localhost>
This commit is contained in:
gryrmln 2021-04-05 15:23:25 +01:00
parent 833fb2b749
commit e3bf866693
No known key found for this signature in database
GPG Key ID: C90B6A0356F4DB7A
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ within developing libdevuansdk. some of these functions are required for
libdevuansdk to properly work as well.
## build_image_dist()
this function is kind of a wrapper function, mostly used in `arm-sdk` to build a
complete "dd-able" image from start to end. to run, it requires `$arch`,
`$size`, `$parted_type`, `$bootfs`, `$workdir`, and `$strapdir` to be declared. as well as
`$parted_root`, `$parted_boot` if `$parted_type=dos`, or `$gpt_root`,
## build_arm_dist()
this function is kind of a wrapper function, mostly used in `arm-sdk` to build
a complete "dd-able" image from start to end. to run, it requires `$workdir`
`$strapdir`, and `$os`, `$arch`, `$size`, `$parted_type`, `$bootfs`, defined.
additionally, `$dos_root`, `$dos_boot` if `$parted_type=dos`, or `$gpt_root`,
`$gpt_boot` if `$parted_type=gpt`. see `creating_wrappers(7)` for insight on
these variables.