Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 912 Bytes

File metadata and controls

46 lines (25 loc) · 912 Bytes

NAME

bootc-container-ukify - Build a Unified Kernel Image (UKI) using ukify

SYNOPSIS

bootc container ukify [OPTIONS] [-- UKIFY_ARGS...]

DESCRIPTION

Build a Unified Kernel Image (UKI) using ukify

This command computes the necessary arguments from the container image (kernel, initrd, cmdline, os-release) and invokes ukify with them. Any additional arguments after -- are passed through to ukify unchanged.

OPTIONS

ARGS

Additional arguments to pass to ukify (after `--`)

--rootfs=ROOTFS

Operate on the provided rootfs

Default: /

--allow-missing-verity

Make fs-verity validation optional in case the filesystem doesn't support it

EXAMPLES

bootc container ukify --rootfs /target -- --output /output/uki.efi

SEE ALSO

bootc(8), ukify(1)

VERSION