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 org.osbuild.bootc.install-to-filesystem support #412

Merged
merged 3 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    c4d87b9 View commit details
    Browse the repository at this point in the history
  2. osbuild: use {dev,mnt}-for- notition in makeOsbuildMounts

    It was pointed out that using:
    ```
    makeOsbuildDevices("dev-/", "dev-/boot", "dev-/boot/efi")
    ```
    is not obvious, so this commit changes it to
    ```
    devices := makeOsbuildDevices("dev-for-/", "dev-for-/boot", "dev-for-/boot/efi")
    ```
    which hopefully makes it a bit more clear.
    mvo5 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    936db51 View commit details
    Browse the repository at this point in the history
  3. osbuild: add org.osbuild.bootc.install-to-filesystem support

    This commit adds support for `org.osbuild.bootc.install-to-filesystem`
    from osbuild/osbuild#1547.
    mvo5 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b7febee View commit details
    Browse the repository at this point in the history