calamares-branding: add /usr/lib/calamares/modules to modules-search
Both settings_offline.conf and settings_online.conf only searched /etc/calamares/modules for modules, but Calamares' built-in modules (welcome, locale, partition, etc.) are installed in /usr/lib/calamares/modules/. Added both paths. pkgrel 6→7
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
modules-search: [ /etc/calamares/modules ]
|
||||
modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ]
|
||||
|
||||
sequence:
|
||||
- show:
|
||||
|
||||
Reference in New Issue
Block a user