mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Rename service to bootc-finalize-staged Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com> Signed-off-by: Colin Walters <walters@verbum.org>
10 lines
207 B
Rust
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;
|