bootc-container-ukify - Man Page
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
Version
v1.15.0