## Description Execute `flatcar-install` with the generated Ignition config and display real-time progress. ## Acceptance Criteria - [ ] Call `flatcar-install` via `internal/runner` (never raw exec) - [ ] Pass target disk and Ignition JSON file path - [ ] Stream stdout/stderr to a TUI progress view - [ ] Progress bar (charm.sh/bubbles/progress) for download + disk write phases - [ ] Capture and display errors without crashing TUI - [ ] `--dry-run` mode: log the command that would be run, don't execute - [ ] On success: prompt for reboot - [ ] On failure: display error, offer to retry or go back ## Safety Never execute without user confirmation from the review step.
Description
Execute
flatcar-installwith the generated Ignition config and display real-time progress.Acceptance Criteria
flatcar-installviainternal/runner(never raw exec)--dry-runmode: log the command that would be run, don't executeSafety
Never execute without user confirmation from the review step.