1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

kernel-install: Look for uki.conf in /usr/lib/kernel as well

This commit is contained in:
Daan De Meyer 2023-12-10 14:20:08 +01:00
parent 9f640614a6
commit fc7cdb2dde

View File

@ -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]: