Enable Phase 2 DHCP baseline in redbear-minimal

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-14 11:56:26 +01:00
parent 1d403b7613
commit 476285c925
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -24,6 +24,12 @@ mc = {}
# Diagnostic tool
redbear-info = {}
# Phase 2 baseline: enable the default DHCP profile so VM and wired setups
# use the existing netctl boot path automatically.
[[files]]
path = "/etc/netctl/active"
data = "wired-dhcp\n"
# minimal.toml: "inputd -A 2", "nowait getty 2", "nowait getty /scheme/debug/no-preserve -J"
[[files]]
path = "/usr/lib/init.d/30_console"