Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stages/org.osbuild.qemu: make qcow2 compression optional #5

Closed
wants to merge 4 commits into from

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    011cf68 View commit details
    Browse the repository at this point in the history
  2. stages: add new org.osbuild.bootupd.gen-metadata stage

    Runs bootupctl generate-update-metadata in the tree to transform
    /usr/lib/ostree-boot into a bootupd-compatible update payload.
    
    This stage should be run on the sysroot of an ostree deployment or
    ostree-converted tree.
    achilleas-k authored and ondrejbudai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d75f43f View commit details
    Browse the repository at this point in the history
  3. test: add bootupd.gen-metadata stage test

    Since the stage depends on quite a specific tree state (ostree prepped
    tree with boot files), we can't really unit test it any simpler than
    generating a tree with and without running the stage and diffing the
    tree.
    achilleas-k authored and ondrejbudai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6e12f08 View commit details
    Browse the repository at this point in the history
  4. stages/org.osbuild.qemu: make qcow2 compression optional

    Modify the stages/org.osbuild.qemu stage such that compression is
    optional. This resolves the image size differences between an image
    built with coreos assember vs osbuild, as discussed in:
    coreos/fedora-coreos-tracker#1653 (comment)
    lukewarmtemp committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fd3f5e9 View commit details
    Browse the repository at this point in the history