summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04releasing version 1.0.201.0.20Colin Watson1-2/+2
r60929
2009-10-04Rename EXAMPLE section in debootstrap(8) to EXAMPLES (closes: #548458).Colin Watson2-1/+2
r60928
2009-10-03For recent Ubuntu versions, move $TARGET/sbin/initctl aside in the sameColin Watson2-0/+20
way we do start-stop-daemon, so that attempts to control Upstart jobs won't inadvertently affect jobs in the host system. r60924
2009-09-24releasing version 1.0.191.0.19Colin Watson1-2/+2
r60844
2009-09-24Ignore failures from dpkg --predep-package. It exits 1 if there are noColin Watson2-1/+10
suitable packages available, which isn't an error for us, but in_target complains anyway, so just use in_target_nofail; the termination condition is handled immediately afterwards anyway. r60843
2009-09-23releasing version 1.0.181.0.18Aurelien Jarno1-2/+2
r60833
2009-09-23 * Only use dpkg from the chroot, as there is no guarantee dpkg is Aurelien Jarno2-3/+10
available outside of the chroot (d-i installation for example). r60832
2009-09-22releasing version 1.0.171.0.17Colin Watson1-2/+2
r60826
2009-09-22Remove boneheaded use of sudo left over from testing (closes: #547949).Colin Watson2-1/+7
r60825
2009-09-21releasing version 1.0.161.0.16Colin Watson1-2/+2
r60817
2009-09-21Add (Ubuntu) lucid as a symlink to gutsy.Colin Watson2-0/+2
r60816
2009-09-17Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy andColin Watson2-1/+13
beyond (LP: #431145). r60789
2009-08-22Makefile: remove unused ARCH variableFrans Pop2-3/+5
r60374
2009-08-11Upgrade to debhelper v7. (Override rules get pretty hairy for thisColin Watson5-11/+10
package, so I haven't switched to dh(1).) r60091
2009-07-29Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson5-5/+73
required (closes: #487908). r59820
2009-07-23releasing version 1.0.151.0.15Colin Watson1-2/+2
r59643
2009-07-23On Linux, clear out /etc/mtab on exit if it's not a symlink. Should fixColin Watson2-0/+16
problems Wouter Verhelst and Martin Michlmayr are seeing with initramfs-tools MODULES=dep, although it probably isn't a perfect solution. r59637
2009-07-22releasing version 1.0.141.0.14Otavio Salvador1-2/+2
r59600
2009-07-22Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for ↵Otavio Salvador5-8/+31
scratchbox variant. Closes: #536820. r59598
2009-06-30Reference squeeze instead of sarge in manpage. Based on a patch from Geoff ↵Otavio Salvador2-5/+7
Simmons <gsimmons@gsimmons.org>. Closes: #534575. r59170
2009-06-03Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkgOtavio Salvador2-2/+9
--print-architecture" to avoid deprecation warning. Closes: #531680. r58720
2009-04-24releasing version 1.0.131.0.13Colin Watson1-2/+2
r58357
2009-04-24Add (Ubuntu) karmic as a symlink to gutsy.Colin Watson2-0/+5
r58349
2009-03-24Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador3-9/+16
r57962
2009-03-17releasing version 1.0.121.0.12Colin Watson1-2/+2
r57855
2009-03-17revert accidental commitColin Watson1-2/+2
r57854
2009-03-17ignore debian/debootstrap.substvarsColin Watson1-2/+2
r57853
2009-03-17Export PATH, just to make sure. It isn't necessarily exported by shellsColin Watson2-0/+7
running from init=/bin/sh or similar, and the upstream bash maintainer is unwilling to export it by default; it's easy enough to do so here (LP: #320188). r57849
2009-03-17Remove partial support for emitting translated progress messages withColin Watson4-62/+11
gettext. Don't panic; d-i still has all the support necessary for this. debootstrap's own support for doing this outside d-i with gettext's shell bindings has been completely broken ever since it was added in 2003, though, and nobody has complained. Fixing it would require a big pile of infrastructure and some non-trivial patches, plus arranging to copy all the translations over from base-installer, and it just doesn't seem worth it, so lose the cruft (LP: #188690). r57848
2009-03-16match libc changes for UbuntuColin Watson6-24/+24
r57841
2009-03-16Improve Luca's patch a bitOtavio Salvador2-5/+5
r57840
2009-03-16Improve code to choose between libc packages. Thanks to Luca FavatellaOtavio Salvador2-5/+12
<slackydeb@gmail.com> for the patch. r57839
2009-02-18releasing version 1.0.111.0.11Colin Watson1-2/+2
r57611
2009-01-30Add support for squeeze (closes: #513488).Colin Watson2-0/+2
r57465
2009-01-20Add /dev/console to devices.tar.gz (after all, MAKEDEV's 'consoleonly'Colin Watson2-1/+4
was added for boot-floppies in the first place; see https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027230.html). r57374
2009-01-14remove duplicate binary-indep rule with no commandsColin Watson1-3/+0
r57259
2009-01-13Mention /sys in EXAMPLE section of manual page, and use "defaults"Colin Watson2-1/+6
rather than "none" as the mount options for /proc (thanks, Raúl Sánchez Siles; closes: #410787). r57250
2009-01-13Note that you can't --include packages with non-required Pre-DependsColin Watson2-0/+7
(see #487908). r57248
2009-01-13Recommend gnupg for --keyring option (thanks, Robert Millan; closes:Colin Watson2-0/+3
#467571). r57246
2009-01-13Cope with ancient versions of chroot(8) that don't call chdir() (thanks,Colin Watson2-1/+3
Patrik Arvhult; closes: #350635). r57245
2009-01-13Fix handling of relative DEBOOTSTRAP_DIR (thanks, Mikhail Gusarov;Colin Watson2-1/+3
closes: #503460). r57244
2009-01-13Fix --unpack-tarball= option (thanks, Torsten Landschoff; closes:Colin Watson2-5/+10
#500759). r57243
2009-01-13Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson18-48/+52
although strictly speaking this seems like an incompatibility in zsh when linked to /bin/sh (closes: #340058). r57242
2009-01-13typoColin Watson1-3/+3
r57241
2009-01-13Fix old Debian scripts and all Ubuntu scripts cope with Anthony's changeColin Watson16-68/+94
in 1.0.8 to make --second-stage not bother recalculating required and base. r57240
2009-01-13Fix --make-tarball= option (closes: #484869).Colin Watson2-2/+3
r57239
2009-01-13Clarify that --second-stage is needed to complete the bootstrappingColin Watson2-0/+4
process after --foreign. r57238
2009-01-13Add (Ubuntu) jaunty as a symlink to gutsy.Colin Watson2-0/+7
r57237
2008-07-02releasing version 1.0.101.0.10Frans Pop1-2/+2
r54018
2008-07-01Fix typoFrans Pop1-1/+1
r54001