We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406d854 commit 0787e53Copy full SHA for 0787e53
1 file changed
usr/share/mios/mios.toml
@@ -218,6 +218,15 @@ bullets = [
218
"MiOS PowerShell profile (oh-my-posh, dashboard, mios <verb>)"
219
]
220
221
+[messages.installer_banner]
222
+# The Unified Installer banner box at the top of every build-mios.ps1 run.
223
+# {version} is substituted from [meta].mios_version at render time.
224
+title = "'MiOS' {version} -- Unified Windows Installer"
225
+taglines = [
226
+ "Immutable Fedora AI Workstation",
227
+ "WSL2 + Podman │ Offline Build Pipeline"
228
+]
229
+
230
[search]
231
# Local privacy-respecting metasearch (SearXNG). Always-on Quadlet at
232
# etc/containers/systemd/mios-searxng.container; the agent surface
0 commit comments