You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`init --from /` on a multi-GB rootfs takes minutes; the previous single
'one-time copy...' line made it look hung. SeedDir now takes an optional
Progress callback (files, bytes); InitFrom renders a throttled (~4/s)
stderr line and a final 'N files, X copied in Ys' summary.
Wiring: image.SeedDir gains a Progress param (nil = silent); repo gains a
local humanBytes helper (repo can't import the cli copy). Test exercises
the callback counts.
0 commit comments