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

osbuild: add support for qemu-secex #3764

Merged
merged 7 commits into from
Jul 11, 2024
Merged

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a4bb4bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ecb5d View commit details
    Browse the repository at this point in the history
  3. s390x: add Butane config for creating GenprotimgVM locally

    This template coul be used to create genprotimgvm locally. During
    build this VM is used to generete 'sdboot' image and 'zipl' it on
    coreos.qemu-secex.s390x.qcow2 image.
    
    Put this template, your id_rsa.pub and valid secex-hostkey into
    same directory and generate Ignition config:
    ```
    butane --pretty --files-dir . genprotimg.bu -o genprotimg.ign
    ```
    
    Than get rhcos.qemu-secex.s390x.qcow2 and customize it with
    generated above ignition config.
    nikita-dubrovskii committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a13b3aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    487c59c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e25b5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99fcf3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ed0b25 View commit details
    Browse the repository at this point in the history