Package bootc

Bootable container system

https://github.com/bootc-dev/bootc

Version: 1.11.0

File Formats

bootc-config The bootc configuration file uses TOML format to specify various settings for bootc operation.
bootc-fetch-apply-updates.service
bootc-install-config The bootc install process supports some basic customization.
bootc-root-setup.service This service runs in the initramfs to set up the root filesystem when composefs is enabled.
bootc-status-updated.path This unit watches the bootc root directory (/ostree/bootc) for modification, and triggers the companion bootc-status-updated.target systemd unit.
bootc-status-updated.target This unit is triggered by the companion bootc-status-updated.path systemd unit.

System Administration

bootc Deploy and transactionally in-place with bootable container images.
bootc-composefs-finalize-staged
bootc-config-diff
bootc-container
bootc-container-lint Perform relatively inexpensive static analysis checks as part of a container build.
bootc-edit
bootc-install
bootc-install-ensure-completion Intended for use in environments that are performing an ostree-based installation, not bootc.
bootc-install-finalize
bootc-install-print-configuration
bootc-install-to-disk Install to the target block device. This command must be invoked inside of the container, which will be installed.
bootc-install-to-existing-root Install to the host root filesystem. This is a variant of install to-filesystem that is designed to install \“alongside\” the running host root filesystem.
bootc-install-to-filesystem Install to an externally created filesystem structure.
bootc-rollback Change the bootloader entry ordering; the deployment under rollback will be queued for the next boot, and the current will become rollback.
bootc-status Display status. If standard output is a terminal, this will output a description of the bootc system state.
bootc-switch
bootc-upgrade Download and queue an updated container image to apply.
bootc-usr-overlay Adds a transient writable overlayfs on /usr that will be discarded on reboot.
system-reinstall-bootc system-reinstall-bootc is a utility that allows you to reinstall your current system using a bootc container image.