Skip to content

Commit

Permalink
addons.py: change default location to /usr/lib/modules
Browse files Browse the repository at this point in the history
Looks like default is now /usr/lib/modules:
uapi-group/specifications#91

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
  • Loading branch information
esposem committed May 22, 2024
1 parent 51b3e9e commit 87d2ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from virt.firmware.bootcfg import linuxcfg

ESP_PATH = linuxcfg.LinuxOsInfo().esp_path()
DEFAULT_RPM_LOCATION = '/usr/lib/linux/'
DEFAULT_RPM_LOCATION = '/usr/lib/modules/'
DEFAULT_RPM_GLOBAL_LOCATION = DEFAULT_RPM_LOCATION + 'extra.d/'
GLOBAL_ADDONS_LOCATION = ESP_PATH + '/loader/addons/'

Expand Down

0 comments on commit 87d2ad6

Please sign in to comment.