fix(antergos-minimal): fix malformed YAML in minimal-info.conf, copy to online/offline module dirs

- YAML document separator '---' was glued to 'qmlSearch' key, causing
  the notesqml module to fall back to default example release notes
- Copied the config to calamares-online/modules/ and
  calamares-offline/modules/ so both modes can find it
This commit is contained in:
2026-07-08 19:37:49 +02:00
parent 47241c7218
commit a042c45a8b
4 changed files with 13 additions and 1 deletions
@@ -0,0 +1,5 @@
---
qmlSearch: branding
qmlFilename: minimal-info.qml
qmlLabel:
minimal-info: "About This Edition"
@@ -0,0 +1,5 @@
---
qmlSearch: branding
qmlFilename: minimal-info.qml
qmlLabel:
minimal-info: "About This Edition"
@@ -1,4 +1,5 @@
---qmlSearch: branding
---
qmlSearch: branding
qmlFilename: minimal-info.qml
qmlLabel:
minimal-info: "About This Edition"