XXX: Use a custom debootstrap script.
commitf2cb90be63e1a4f443820a156ad7def21730c286
authorCyril Brulebois <cyril@debamax.com>
Thu, 22 Oct 2015 11:11:06 +0000 (22 11:11 +0000)
committerintrigeri <intrigeri@boum.org>
Thu, 10 Mar 2016 14:40:53 +0000 (10 14:40 +0000)
treec51e32081af7471684c5a92e29de9a3a85c430fd
parentff3fb3f7c19f4350c43c8394d849417ac5990abd
XXX: Use a custom debootstrap script.

Setting this variable makes it possible to keep on using wheezy across
the whole live build process, except for the debootstrap step. This
modified copy of the wheezy script tweaks the environment before
live-build moves from the bootstrap step to the chroot step (package
installation etc.).

NOTE: Another way to implement this would be to insert some live-build
hooks between bootstrap and build steps, but it appears such hooks
aren't supported.

XXX: Having a whole copy made development easier, but on the long run it
would be better to apply a patch to the wheezy script to ensure further
maintenance.

Signed-off-by: Cyril Brulebois <cyril@debamax.com>
auto/config
data/debootstrap/tails-wheezy [new file with mode: 0755]