Skip to content

Commit 4a17411

Browse files
committed
add: [bootstrap.prereqs] -- Phase 0 prerequisite winget package IDs (Git/WSL/Podman) lifted to mios.toml SSOT
1 parent 0b71756 commit 4a17411

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

usr/share/mios/mios.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,17 @@ memory_gb = 4 # always reserve at least 4 GB
15961596
disk_gb = 32 # always keep 32 GB free on M:\ for Windows-side
15971597
# artifacts (build outputs, podman cache, etc.)
15981598

1599+
# ----------------------------------------------------------------------------
1600+
# [bootstrap.prereqs] -- Phase 0 auto-install catalog. The irm|iex web
1601+
# entry now winget-installs each missing prerequisite instead of
1602+
# failing. Operators swap implementations (e.g. an alternative WSL
1603+
# package id, a different Podman distribution channel) via mios.html.
1604+
# ----------------------------------------------------------------------------
1605+
[bootstrap.prereqs]
1606+
git_pkg = "Git.Git"
1607+
wsl_pkg = "Microsoft.WSL"
1608+
podman_pkg = "RedHat.Podman-Desktop"
1609+
15991610
# ----------------------------------------------------------------------------
16001611
# [terminal] -- canonical MiOS terminal dimensions. EVERY spawned shell
16011612
# (wt.exe new-tab, conhost fallback, wsl.exe into MiOS-DEV, the

0 commit comments

Comments
 (0)