Expand description
Utilities for building bootable disk images.
Helpers for producing bootable disk images for roxy-loader.
The functions in this module are intended for host-side build tools that need to prepare a disk image containing the loader and a kernel binary.
Functionsยง
- build_
image - Builds a bootable disk image for a kernel artifact.
- build_
image_ from_ paths - Builds a bootable disk image from explicit paths.
- default_
image_ path - Returns the default output path used by
build_image.