From fc7cdb2dde431fee41c55c4923867124959e37a3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 10 Dec 2023 14:20:08 +0100 Subject: [PATCH] kernel-install: Look for uki.conf in /usr/lib/kernel as well --- src/kernel-install/60-ukify.install.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kernel-install/60-ukify.install.in b/src/kernel-install/60-ukify.install.in index be1e21b4e7d..978f1795444 100755 --- a/src/kernel-install/60-ukify.install.in +++ b/src/kernel-install/60-ukify.install.in @@ -144,8 +144,7 @@ def input_file_location( def uki_conf_location() -> Optional[Path]: - return input_file_location('uki.conf', - '/etc/kernel') + return input_file_location('uki.conf') def devicetree_config_location() -> Optional[Path]: -- 2.47.3