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

rauc: prepare support for locating the config in /usr or /run #350

Open
wants to merge 1 commit into
base: kirkstone
Choose a base branch
from

Commits on Nov 15, 2024

  1. rauc: prepare support for locating the config in /usr or /run

    RAUC PR #1557[1] is already merged into master and extends RAUC to
    look up its system.conf in /etc/rauc, /run/rauc or /usr/lib/rauc
    in that order.
    
    The RAUC recipe understandably hardcodes the assumption that the
    system.conf must be supplied and that it must be located in /etc/rauc.
    
    To make the recipe more useful with RAUC with #1557 merged, let's
    add RAUC_CONF_DIR, which defaults to /etc/rauc, but can be set by
    the user to be /usr/lib/rauc instead for hermetic-usr use cases.
    
    This PR does not break anything for current RAUC versions, so it
    should be fine to merge it independent of the update to a future
    RAUC release that integrates the upstream PR.
    
    [1]: rauc/rauc#1557
    
    Signed-off-by: Ahmad Fatoum <[email protected]>
    a3f committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eb1db82 View commit details
    Browse the repository at this point in the history