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:
parent
9f640614a6
commit
fc7cdb2dde
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user