LevitateOS

Documentation

recab

A/B slot management command surface (currently scaffold status).

Section

Status

WARNING

recab is currently a scaffold. The CLI shape exists, but backend behavior is marked TODO/TBD in implementation.

Section

Current CLI Shape

Command
bash
recab <status|set-next|commit|rollback>
Subcommand Intended Meaning Current State
status Show active/inactive slot status Scaffold output
set-next <a|b> Mark next boot target Scaffold output
commit Commit currently booted slot Scaffold output
rollback Revert to previous slot Scaffold output

Section

Design Intent

  • Slot state machine glue: intended to be called by higher-level tooling
  • Non-goal: full updater or package manager
  • Future integrations: boot try/commit semantics and persistent slot state

Section

See Also