Skip to main content

Module build_image

Module build_image 

Source
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.