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

rdcore: Juggle physical root versus deployment root #1203

Merged
merged 2 commits into from
Nov 6, 2023

Commits on Nov 6, 2023

  1. rdcore: Add context to bind-boot and rootmap

    The FCOS coreos-boot-edit.sh runs both of these, and it wasn't
    immediately clear to me which of them was failing.
    cgwalters committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9154359 View commit details
    Browse the repository at this point in the history
  2. rdcore: Juggle physical root versus deployment root

    This is prep for supporting composefs, where the physical root
    is distinct from the deployment root.  Specifically for the LUKS
    case, we can find `/etc/crypttab` only in the deployment root.
    
    Otherwise, we suffix the passed path (usually `/sysroot`) that
    was mounted in the initramfs with `/sysroot` to find the physical
    root.
    
    xref ostreedev/ostree#2867
    cgwalters authored and jlebon committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    22d4f2b View commit details
    Browse the repository at this point in the history