Skip to content

Commit

Permalink
Merge pull request #3576 from balena-os/alexgg/grub_extraenv-hup
Browse files Browse the repository at this point in the history
hostapp-update-hooks: fix path for grub_extraenv in blacklist
  • Loading branch information
flowzone-app[bot] authored Dec 20, 2024
2 parents aa715d0 + a3d5424 commit 032f85e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ HOSTAPP_HOOKS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'efi', '${SECUR
HOSTAPP_HOOKS_DIRS = "75-supervisor-db 76-supervisor-db"
HOSTAPP_HOOKS_DIRS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'efi', '${SECUREBOOT_HOOK_DIRS}', '', d)}"

GRUB_INSTALL_DIR = "${@bb.utils.contains('MACHINE_FEATURES','efi','/EFI/BOOT','/grub',d)}"

BALENA_BOOT_FINGERPRINT = "${BALENA_FINGERPRINT_FILENAME}.${BALENA_FINGERPRINT_EXT}"
BALENA_BOOTFILES_BLACKLIST="\
/config.json \
/config.txt \
/splash/balena-logo.png \
/extra_uEnv.txt \
/grub_extraenv \
/${GRUB_INSTALL_DIR}/grub_extraenv \
/configfs.json \
/hw_intfc.conf \
/bootenv \
Expand Down

0 comments on commit 032f85e

Please sign in to comment.