Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | Simplify bootstrapping of foreign architectures with qemu-debootstrap | Rohan Garg | |
We already require qemu-user-static for this case, we might as well rely on the qemu-debootstrap script that this package provides. Closes: #847919 | |||
2016-11-28 | Support “lb config --debootstrap-script <script>” | Raphaël Hertzog | |
This option lets you use an alternate bootstrap script when running debootstrap. Thanks to Sjoerd Simons <sjoerd@debian.org> for the initial patch. Closes: #790033 | |||
2016-11-28 | Pass components to debootstrap --second-stage | Sjoerd Simons | |
Commit e24e4b in debootstrap fixed setup_available to work in the --foreign case (iotw at the second stage). Unfortunately this breaks things if components aren't passed to the second stage _and_ your main component isn't called main. To fix this, pass --components to both the first and second stage debootstrap when needed. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> | |||
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2015-01-04 | Changing package dependency checks within chroot to work outside as well. | Daniel Baumann | |
2014-12-23 | Dropping cdebootstrap support (Closes: #773657). | Daniel Baumann | |
debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway. | |||
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS). | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-08-28 | Dropping leftover testroot call in bootstrap_cdebootstrap and ↵ | Daniel Baumann | |
bootstrap_debootstrap. | |||
2014-08-28 | Moving partial python rewrite to separate branch, let's do it in the ↵ | Daniel Baumann | |
jessie+1 cycle rather than go with the current mixed code. | |||
2013-11-04 | Moving python stubs to their own subdirectory within the source tree. | Daniel Baumann | |
2013-10-21 | Depending on python3, thanks to Richard Nelson <unixabg@gmail.com> (Closes: ↵ | Daniel Baumann | |
#726806) | |||
2013-10-17 | Updating descriptions in python stubs. | Daniel Baumann | |
2013-10-17 | Sorting todo items in python stubs. | Daniel Baumann | |
2013-10-17 | Harmonize comments in python stubs. | Daniel Baumann | |
2013-10-17 | Using 4 instead of 4.0 for unreleased 4.x versions as version number in ↵ | Daniel Baumann | |
python stubs. | |||
2013-10-15 | Depending on python only for the time being, rather than python3.3. | Daniel Baumann | |
2013-09-19 | Updating to python 3.3 (Closes: #723702). | Daniel Baumann | |
2013-07-01 | Moving caching out of bootstrap_{c,}debootstrap to own helper for future ↵ | Daniel Baumann | |
unification with chroot caches helper. | |||
2013-05-15 | Sorting imports in python stubs. | Daniel Baumann | |
2013-05-06 | Updating todo in python stubs. | Daniel Baumann | |
2013-05-06 | Writing errors to stderr in Python stubs. | Daniel Baumann | |
2013-05-06 | Switching argument and configuration handling order in Python stubs. | Daniel Baumann | |
2013-05-06 | Replacing bootstrap_debootstrap with Python stub. | Daniel Baumann | |
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>. | Daniel Baumann | |
2013-05-06 | Removing incomplete support for fakeroot. | Daniel Baumann | |
2013-05-06 | Removing incomplete support for root-command. | Daniel Baumann | |
2013-05-06 | Updating year in all copyright notices. | Daniel Baumann | |
2013-05-06 | Moving off binary image archive areas into new config tree format. | Daniel Baumann | |
2013-05-06 | Moving off binary image architecture into new config tree format. | Daniel Baumann | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-04-09 | Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>. | Daniel Baumann | |
2013-01-01 | Updating year in all copyright notices. | Daniel Baumann | |
2012-10-27 | Removing cruft line breaks in bailout messages for bootstrap tools. | Daniel Baumann | |
2012-10-26 | Removing workaround for #657560 where we had to temporarily include bzip2 ↵ | Daniel Baumann | |
into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only. | |||
2012-08-27 | Dropping lb prefix from live-build scripts, not needed anymore. | Daniel Baumann | |
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now. | |||
2011-03-09 | Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). | Daniel Baumann | |
2011-03-09 | Updating internal variables from lh to lb scheme, should be the last piece ↵ | Daniel Baumann | |
to finish the live-helper to live-build rename. | |||
2011-03-09 | Also deconfiguring /etc/hosts when using debootstrap to bootstrap system. | Daniel Baumann | |
2011-03-09 | Updating internal calls to use live-build instead of live-helper. | Daniel Baumann | |
2011-03-09 | Updating copyright headers for live-build. | Daniel Baumann | |
2011-03-09 | Moving /usr/share/live-helper to /usr/share/live/build. | Daniel Baumann | |
2011-03-09 | Rearranging helpers scripts in source tree. | Daniel Baumann | |