File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1596,6 +1596,17 @@ memory_gb = 4 # always reserve at least 4 GB
15961596disk_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
You can’t perform that action at this time.
0 commit comments