]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
kernel-install: Look for uki.conf in /usr/lib/kernel as well
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 13:20:08 +0000 (14:20 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 11 Dec 2023 09:29:57 +0000 (10:29 +0100)
src/kernel-install/60-ukify.install.in

index be1e21b4e7dc47fbc7f5da05e129271ea1a676f0..978f1795444faa20b7a8b170df94d67c9c6c763b 100755 (executable)
@@ -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]: