mmdebstrap fails to bootstrap minbase or larger variants for bullseye #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the latest main (commit
28cb75774279edc0456d138e2686aaa30caaeff3) on an Ubuntu 20.04.3 install.Running the following works:
Running the following fails:
Full debug output is below:
According to the debug output, you seem to be using
apt 2.0.6. But the latest release requires apt >= 2.3.7 (seeCHANGELOG.mdentry for 0.8.0).I should add a version check for apt at the beginning so that mmdebstrap exits early if apt is too old.
@josch thank you for pointing that out. I can confirm with
0.7.5everything works fine.I think it would be best if an
aptversion check was added.Fixed in
c2d988b475