Skip to content

Commit f646d6c

Browse files
cgwaltersjmarrero
authored andcommitted
cfs: Restore download progress for update and switch
Closes: #2316 composefs switched to having a progress API instead of writing progress directly to the tty itself; we need to wire it up now to our progress infrastructure. Assisted-by: AI Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 06b1cf9 commit f646d6c

5 files changed

Lines changed: 549 additions & 9 deletions

File tree

crates/lib/src/bootc_composefs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub(crate) mod digest;
55
pub(crate) mod export;
66
pub(crate) mod finalize;
77
pub(crate) mod gc;
8+
pub(crate) mod progress;
89
pub(crate) mod repo;
910
pub(crate) mod rollback;
1011
pub(crate) mod selinux;

0 commit comments

Comments
 (0)