Skip to content

Commit 3914d4a

Browse files
committed
mios.toml: extend [messages.install_complete] with section labels
Three new keys for the end-of-bootstrap operator-facing banner: installed_lead -- "Installed ......" header above the bullet list next_steps -- "What's next? Type any of these..." intro hub_hint -- "The MiOS hub shortcut is in your Start Menu..." outro Also documented the {disk_gb} placeholder in the bullets entry -- build-mios.ps1's render-time substitution swaps it for the live M:\ partition size in GB. Companion mios-bootstrap commit (6264f30) wires all three keys into the resolver via Get-MiosTomlValue.
1 parent 2915d04 commit 3914d4a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

usr/share/mios/mios.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,27 @@ lines = [
267267
linear_log_note = "Note: console doesn't support in-place repaint -- running in linear log mode."
268268
linear_log_hint = " Phase transitions + throttled step updates print sequentially below."
269269

270+
# ----------------------------------------------------------------------------
271+
# [messages.install_complete] -- end-of-bootstrap operator-facing
272+
# summary banner. Title + bullets are operator-tunable; verb hints
273+
# render from [verbs] (already SSOT). Operators rebrand via mios.html.
274+
# ----------------------------------------------------------------------------
275+
[messages.install_complete]
276+
title = "MiOS Windows-side install complete"
277+
installed_lead = " Installed ..............................................................."
278+
next_steps = " What's next? Type any of these in the MiOS terminal:"
279+
hub_hint = " The MiOS hub shortcut is in your Start Menu / Desktop / Win+Search."
280+
# Bullets accept {disk_gb} substitution at render time so the
281+
# storage-size value stays current per host.
282+
bullets = [
283+
"M:\\ partition ({disk_gb} GB NTFS, label MIOS-DEV)",
284+
"Podman Desktop + podman-MiOS-DEV machine",
285+
"mios.git + mios-bootstrap overlaid at M:\\",
286+
"MiOS terminal essentials layered into MiOS-DEV",
287+
"Native Windows app: Start Menu + Desktop + per-verb shortcuts",
288+
"MiOS PowerShell profile (oh-my-posh, dashboard, mios <verb>)",
289+
]
290+
270291
[search]
271292
# Local privacy-respecting metasearch (SearXNG). Always-on Quadlet at
272293
# etc/containers/systemd/mios-searxng.container; the agent surface

0 commit comments

Comments
 (0)