Le 28/04/2016 21:23, Rainer Weikusat a écrit :
> as manually running debootstrap in
> two steps on the same system doesn't do anything the single-step
> debootstrap wouldn't also do
But it's not the same system. 'debootstrap --second-step' is run in
the chroot. When 'debootstrap --second-step' starts, the chroot is a
totally empty system, except for debootstrap itself (and possibly /proc
and /sys). 'debotstrap --second-step' will install the new libc and all
the base system from scratch, that's what it's made for.
Didier