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:
@@ -24,6 +24,12 @@ mc = {}
|
|||||||
# Diagnostic tool
|
# Diagnostic tool
|
||||||
redbear-info = {}
|
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"
|
# minimal.toml: "inputd -A 2", "nowait getty 2", "nowait getty /scheme/debug/no-preserve -J"
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/init.d/30_console"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ target instead of a vague feature list.
|
|||||||
|
|
||||||
| Profile | Intent | Key Fragments | Current support language |
|
| Profile | Intent | Key Fragments | Current support language |
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
| `redbear-minimal` | Console + storage + wired-network baseline | `minimal.toml`, `redbear-legacy-base.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / primary validation baseline |
|
| `redbear-minimal` | Console + storage + wired-network baseline | `minimal.toml`, `redbear-legacy-base.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / primary validation baseline / DHCP boot profile enabled |
|
||||||
| `redbear-desktop` | Main Red Bear desktop integration profile without KDE-specific session wiring | `desktop.toml`, `redbear-netctl.toml` | builds |
|
| `redbear-desktop` | Main Red Bear desktop integration profile without KDE-specific session wiring | `desktop.toml`, `redbear-netctl.toml` | builds |
|
||||||
| `redbear-full` | Expanded graphics/input/Qt integration target | `desktop.toml`, `redbear-legacy-base.toml`, `redbear-legacy-desktop.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / experimental runtime path |
|
| `redbear-full` | Expanded graphics/input/Qt integration target | `desktop.toml`, `redbear-legacy-base.toml`, `redbear-legacy-desktop.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / experimental runtime path |
|
||||||
| `redbear-kde` | KDE Plasma bring-up profile | `desktop.toml`, `redbear-legacy-base.toml`, `redbear-legacy-desktop.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / experimental desktop path |
|
| `redbear-kde` | KDE Plasma bring-up profile | `desktop.toml`, `redbear-legacy-base.toml`, `redbear-legacy-desktop.toml`, `redbear-device-services.toml`, `redbear-netctl.toml` | builds / experimental desktop path |
|
||||||
@@ -28,6 +28,7 @@ target instead of a vague feature list.
|
|||||||
|
|
||||||
- First place to validate repository discipline and profile reproducibility.
|
- First place to validate repository discipline and profile reproducibility.
|
||||||
- Should stay smaller and less assumption-heavy than the graphics profiles.
|
- Should stay smaller and less assumption-heavy than the graphics profiles.
|
||||||
|
- Enables the shared `wired-dhcp` netctl profile by default for the Phase 2 VM/wired baseline.
|
||||||
|
|
||||||
### `redbear-desktop`
|
### `redbear-desktop`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user