On Sun, 21 Feb 2021, Johannes Schauer Marin Rodrigues wrote:

Quoting Tim Woodall (2021-02-21 20:07:17)
What I'm trying to do is build in a fakechroot. My idea was to unpack the
core packages, fakeroot fakechroot chroot image apt-get install apt and have
a base system to install build-deps etc.

However, apt does not configure packages in the needed order due to this
passwd/group issue.

(debootstrap does not support fakechroot minimal system and I thought
debootstrap was perl so I didn't want to try to modify it)

Are you by any chance trying to do the same as:

   mmdebstrap --variant=apt --mode=fakechroot unstable /path/to/chroot


Yes, that looks very similar indeed. Thanks.

Tim.

Reply via email to