From: Daan De Meyer Date: Sun, 10 Dec 2023 13:20:08 +0000 (+0100) Subject: kernel-install: Look for uki.conf in /usr/lib/kernel as well X-Git-Tag: v256-rc1~1526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7cdb2dde431fee41c55c4923867124959e37a3;p=thirdparty%2Fsystemd.git kernel-install: Look for uki.conf in /usr/lib/kernel as well --- 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]: