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

install: Use zipl to install bootloader on s390x #665

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. mount: Add inspect_filesystem_by_uuid

    This patch adds a new function that identifies a filesystem by
    partition UUID.
    
    Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
    Signed-off-by: Colin Walters <walters@verbum.org>
    yoheiueda authored and cgwalters committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ccbc503 View commit details
    Browse the repository at this point in the history
  2. install: Use zipl to install bootloader on s390x

    Running zipl via ostree does not work correctly on a loop deivce.
    This patch changes bootc to execute zipl directly with appropriate
    command line options for installation on a loop device.
    
    Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
    yoheiueda authored and cgwalters committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    03812c1 View commit details
    Browse the repository at this point in the history