From 3ef661b7a714273c97a48b75178b17db9ced129c Mon Sep 17 00:00:00 2001 From: Valentin David Date: Wed, 16 Nov 2022 18:00:01 +0100 Subject: [PATCH] os-release: add "ubuntu" in ID_LIKE fwupd finds the distro boot directory in EFI partition based on os-release. Because we use `ubuntu` as directory name, we need to have it in the ID_LIKE so that fwupd finds it. --- hooks/018-set-os-release.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/018-set-os-release.chroot b/hooks/018-set-os-release.chroot index 48751f29..2e281355 100755 --- a/hooks/018-set-os-release.chroot +++ b/hooks/018-set-os-release.chroot @@ -8,4 +8,5 @@ PRETTY_NAME="Ubuntu Core 22" VERSION_ID="22" HOME_URL="https://snapcraft.io/" BUG_REPORT_URL="https://bugs.launchpad.net/snappy/" +ID_LIKE="ubuntu" EOF