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:
+5
@@ -0,0 +1,5 @@
|
||||
---
|
||||
qmlSearch: branding
|
||||
qmlFilename: minimal-info.qml
|
||||
qmlLabel:
|
||||
minimal-info: "About This Edition"
|
||||
+5
@@ -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"
|
||||
|
||||
@@ -28,6 +28,7 @@ rootfs:
|
||||
- antergos-next-keyring
|
||||
- antergos-wallpapers
|
||||
- antergos-sddm-theme
|
||||
- antergos-grub-theme
|
||||
- falkon
|
||||
- antergos-xfce-theme
|
||||
- xfce4
|
||||
|
||||
Reference in New Issue
Block a user