1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00
Files
bootc/crates/lib/src/bootc_composefs/mod.rs
Pragyan Poudyal a650e32716 composefs-backend: Start finalize-staged service on update/switch
Rename service to bootc-finalize-staged

Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
Signed-off-by: Colin Walters <walters@verbum.org>
2025-10-17 07:05:42 -04:00

10 lines
207 B
Rust

pub(crate) mod boot;
pub(crate) mod finalize;
pub(crate) mod repo;
pub(crate) mod rollback;
pub(crate) mod service;
pub(crate) mod state;
pub(crate) mod status;
pub(crate) mod switch;
pub(crate) mod update;