2015-08-06 09:56:45 by Thomas Klausner | Files touched by this commit (3) |
Log message: Update to 1.0.72: debootstrap (1.0.72) unstable; urgency=medium [ Iain Lane ] * Add (Ubuntu) wily as a symlink to gutsy (closes: #787117). [ Colin Watson ] * Fix resolve_deps and setup_available to work in the --foreign case (closes: #757819, LP: #1450980). -- Colin Watson <cjwatson@debian.org> Tue, 28 Jul 2015 14:32:19 +0100 |
2015-07-14 10:45:42 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 1.0.71: debootstrap (1.0.71) unstable; urgency=medium * Adjust sed call to render it more portable (missing ';'), making it work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and the patch (Closes: #791802). -- Cyril Brulebois <kibi@debian.org> Fri, 10 Jul 2015 01:29:52 +0200 |
2015-07-10 09:45:00 by Thomas Klausner | Files touched by this commit (4) |
Log message: Update to 1.0.70: debootstrap (1.0.70) unstable; urgency=medium * Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks, Julian Schauder! -- Cyril Brulebois <kibi@debian.org> Tue, 19 May 2015 11:38:27 +0200 debootstrap (1.0.69) unstable; urgency=medium [ Cyril Brulebois ] * Make sure to deduplicate package list in download_release to avoid issues while counting downloaded packages. The failure path could lead to printing some strange integer (Closes: #709751, #768445, #785276, #774752). This was reported to mostly happen whenever --no-resolve-deps is used. * Add support for --force-check-gpg so that one can programmatically make sure keyring checks are used and that no fallback to an https mirror happens (Closes: #661501, #733179, #775454). * Switch default mirror from ftp.us.debian.org to the new, official http redirector service: httpredir.debian.org * Make it possible to override the MAKEDEV variable (Closes: #734743). Thanks, Wookey! [ Christian Perrier ] * Update Standards to 3.9.6 (checked) -- Christian Perrier <bubulle@debian.org> Mon, 18 May 2015 14:07:43 +0200 debootstrap (1.0.68) unstable; urgency=medium [ Steven Chamberlain ] * Support the jessie-kfreebsd suite, by using the same script as jessie (a symlink to sid) (Closes: #784927). -- Christian Perrier <bubulle@debian.org> Mon, 11 May 2015 07:46:19 +0200 |
2015-03-22 02:52:06 by Tobias Nygren | Files touched by this commit (2) |
Log message: preserve permissions of device nodes |
2015-03-22 01:28:40 by Tobias Nygren | Files touched by this commit (1) |
Log message: mention that proc must be mounted for correct operation |
2015-03-22 00:59:25 by Tobias Nygren | Files touched by this commit (4) |
Log message: fix build and add RCS ids |
2015-03-22 00:37:22 by Tobias Nygren | Files touched by this commit (12) |
Log message: Import debootstrap-1.0.67 as wip/debootstrap. debootstrap is a tool which will install a Debian or Ubuntu base system into a subdirectory of another, already installed system. To setup a Debian "wheezy" chroot on NetBSD/amd64 system: host# debootstrap --arch=amd64 wheezy /emul/wheezy host# cp /usr/pkg/share/debootstrap/libfakesyscall-amd64.so /emul/wheezy host# chroot /emul/wheezy /bin/bash debian# export LD_PRELOAD=/libfakesyscall-amd64.so debian# apt-get moo |