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

Fixes from the changes that introduced non-LUKS encryption support #3566

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. hostapp-update-hooks: replace the identification of encrypted partitions

    Adapt the grub update hook to the changes introduced in
    d50e221
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    910a88e View commit details
    Browse the repository at this point in the history
  2. resin-init-flasher: add default LUKS configuration

    The LUKS configuration now lives in the flasher configuration file.
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    29df43a View commit details
    Browse the repository at this point in the history
  3. balena-config-vars: adapt to flasher non-LUKS device support

    Adapt to the changes to the flasher script to support non-LUKS devices
    introduced in cfa24c6.
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    426fd4a View commit details
    Browse the repository at this point in the history
  4. resin-init-flasher: adapt EFI snippets to non-LUKS devices support

    Adapt the EFI include file to the non-LUKS device support changes
    introduced in cfa24c6.
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    014cfbc View commit details
    Browse the repository at this point in the history