summaryrefslogtreecommitdiffstats
path: root/debootstrap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use in_path to handle --extractor tooColin Watson2017-07-241-1/+1
* remove scratchbox2 support (closes: #796189)Riku Voipio2016-11-141-11/+1
* Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (closes: #8...Julien Cristau2016-11-131-2/+2
* Switch default mirror to deb.debian.org.Julien Cristau2016-10-201-2/+2
* Enable merged-/usr by default.Ansgar Burchardt2016-10-191-1/+1
* Error out when seeing short optionsAnsgar Burchardt2016-10-181-1/+1
* Default to no merged-/usr.Ansgar Burchardt2016-09-131-1/+5
* Merged /usr support for debootstrapMarco d'Itri2016-09-081-0/+6
* Excise all devices.tar.gz codeAlex Bennée2016-09-061-3/+0
* Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb (Closes: #...Cyril Brulebois2015-11-081-1/+0
* Switch default mirror from ftp.us.debian.org to httpredir.debian.orgCyril Brulebois2015-05-151-1/+1
* Detect incompatible options and abort accordingly.Cyril Brulebois2015-05-151-0/+6
* Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois2015-05-151-0/+8
* Move set -e out of shebang line. Closes: #762713Joey Hess2014-09-241-1/+2
* Avoid writing https urls into sources.list, as apt does not support https.Joey Hess2013-12-271-1/+1
* default to https mirror for Debian when no gpg verification is availableJoey Hess2013-12-271-2/+4
* Clarify location of pkgdetails.c in error message (closes: #708771).Colin Watson2013-05-181-1/+1
* Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg Ginzburg...Cyril Brulebois2012-11-201-1/+1
* Fix --print-debs support when using --foreign param. Closes: #551837.Otavio Salvador2011-11-191-1/+5
* warn about missing modules on FreeBSDJoey Hess2011-08-151-0/+6
* Support using md5 and shaN programs, as found on FreeBSD, in addition to md5s...Joey Hess2011-08-151-1/+1
* Search PATH for programs, rather than checking hardcoded locations.Joey Hess2011-08-151-6/+5
* typoJoey Hess2011-08-151-1/+1
* Clarify "target" in usage message.Joey Hess2011-08-151-2/+2
* Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ch...Joey Hess2011-08-151-0/+3
* Guess host OS based on uname for non-Debian systems. Closes: #637363Joey Hess2011-08-151-2/+21
* simplify slightlyColin Watson2011-08-101-3/+1
* Don't use --arch when we specifically care about the host architecture (close...Colin Watson2011-08-101-6/+11
* Copy devices.tar.gz in case we're running first_stage onlyOtavio Salvador2011-07-281-0/+1
* Mention minbase variant in --help. Closes: #632418Joey Hess2011-07-021-1/+1
* Removed the --boot-floppies switch and mode.Joey Hess2011-04-081-24/+0
* Clear all global variables used for options, so that unclean environment does...Joey Hess2011-04-081-9/+25
* check keyrings by default, when possibleJoey Hess2011-03-251-0/+6
* sha checksum supportJoey Hess2011-02-221-1/+10
* Remove 5 second sleeps when debootstrap finds additional required dependencie...Joey Hess2011-02-211-3/+0
* fix to --private-key. Thanks to Jonathan KleeMiguel Figueiredo2011-01-041-2/+2
* Patch by Karl Goetz. Closes: #601821Christian Perrier2010-10-301-1/+1
* Remove debug statement that slipped in.Joey Hess2010-09-201-1/+0
* support for https on debootstrapMiguel Figueiredo2010-09-101-1/+31
* * Refactor deb extractors into two new functions.Otavio Salvador2009-11-271-0/+22
* Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for scratchb...Otavio Salvador2009-07-221-2/+19
* Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkgOtavio Salvador2009-06-031-2/+2
* Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador2009-03-241-4/+4
* Export PATH, just to make sure. It isn't necessarily exported by shellsColin Watson2009-03-171-0/+3
* Remove partial support for emitting translated progress messages withColin Watson2009-03-171-6/+0
* Fix --unpack-tarball= option (thanks, Torsten Landschoff; closes:Colin Watson2009-01-131-5/+8
* Fix --make-tarball= option (closes: #484869).Colin Watson2009-01-131-2/+2
* Error out on unrecognized optionsFrans Pop2008-01-191-0/+3
* * Use ftp.us.debian.org rather than ftp.debian.orgColin Watson2008-01-151-1/+1
* * Make --second-stage not bother recalculating required and base asAnthony Towns2007-12-191-36/+75