Commit 42efc10
committed
mios.toml: extend [messages.pass2_exit] + seed [messages.steps] catalog
Operator: "continue with more SSOT lifts".
Two changes:
(1) [messages.pass2_exit] gains 4 keys for the new in-line success
transition (mios-bootstrap commit 0fbeb59 made the post-install
conhost dot-source the MiOS profile rather than spawn a separate
WT app window, so the strings emitted around that transition
needed their own SSOT keys):
success_transition -- "Loading MiOS terminal in this window..."
profile_load_failed -- "[!] MiOS profile load failed: "
profile_load_hint -- "Open a fresh MiOS shortcut to retry."
profile_missing -- "[!] M:\MiOS\powershell\profile.ps1 not
found ..."
mios-bootstrap commit 6297b5d wires all 4.
(2) Seeded [messages.steps] catalog with 9 keys for the most
visible Phase 2/3 step descriptions:
disk_sizing_template
disk_already_template
mios_git_init / _update / _overlaid
mios_bootstrap_clone / _update / _overlay
entry_scripts_staged
miosdev_init_template
Templates use {placeholder} substitution at render time so the
operator-visible numbers (size_gb, mb, drive, cpus, ram_gb,
disk_gb) stay live per-host. Subsequent commits will wire each
key into its corresponding Set-Step / Log-Ok call in
build-mios.ps1. Documenting the catalog up-front locks the
naming convention so the wires can land incrementally.1 parent 1f1febf commit 42efc10
1 file changed
Lines changed: 29 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
291 | 320 | | |
292 | 321 | | |
293 | 322 | | |
| |||
0 commit comments