summaryrefslogtreecommitdiffstats
path: root/debootstrap (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-24Use in_path to handle --extractor tooColin Watson1-1/+1
2016-11-14remove scratchbox2 support (closes: #796189)Riku Voipio1-11/+1
2016-11-13Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (closes: #8...Julien Cristau1-2/+2
2016-10-20Switch default mirror to deb.debian.org.Julien Cristau1-2/+2
2016-10-19Enable merged-/usr by default.Ansgar Burchardt1-1/+1
2016-10-19Revert "Switch default mirror to deb.debian.org."Julien Cristau1-2/+2
2016-10-18Switch default mirror to deb.debian.org.Julien Cristau1-2/+2
2016-10-18Error out when seeing short optionsAnsgar Burchardt1-1/+1
2016-09-13Default to no merged-/usr.Ansgar Burchardt1-1/+5
2016-09-08Merged /usr support for debootstrapMarco d'Itri1-0/+6
2016-09-06Excise all devices.tar.gz codeAlex Bennée1-3/+0
2015-11-08Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb (Closes: #...Cyril Brulebois1-1/+0
2015-05-15Switch default mirror from ftp.us.debian.org to httpredir.debian.orgCyril Brulebois1-1/+1
2015-05-15Detect incompatible options and abort accordingly.Cyril Brulebois1-0/+6
2015-05-15Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois1-0/+8
2014-09-24Move set -e out of shebang line. Closes: #762713Joey Hess1-1/+2
2013-12-27Avoid writing https urls into sources.list, as apt does not support https.Joey Hess1-1/+1
2013-12-27default to https mirror for Debian when no gpg verification is availableJoey Hess1-2/+4
2013-05-18Clarify location of pkgdetails.c in error message (closes: #708771).Colin Watson1-1/+1
2012-11-20Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg Ginzburg...Cyril Brulebois1-1/+1
2011-11-19Fix --print-debs support when using --foreign param. Closes: #551837.Otavio Salvador1-1/+5
2011-08-15warn about missing modules on FreeBSDJoey Hess1-0/+6
2011-08-15Support using md5 and shaN programs, as found on FreeBSD, in addition to md5s...Joey Hess1-1/+1
2011-08-15Search PATH for programs, rather than checking hardcoded locations.Joey Hess1-6/+5
2011-08-15typoJoey Hess1-1/+1
2011-08-15Clarify "target" in usage message.Joey Hess1-2/+2
2011-08-15Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ch...Joey Hess1-0/+3
2011-08-15Guess host OS based on uname for non-Debian systems. Closes: #637363Joey Hess1-2/+21
2011-08-10simplify slightlyColin Watson1-3/+1
2011-08-10Don't use --arch when we specifically care about the host architecture (close...Colin Watson1-6/+11
2011-07-28Copy devices.tar.gz in case we're running first_stage onlyOtavio Salvador1-0/+1
2011-07-02Mention minbase variant in --help. Closes: #632418Joey Hess1-1/+1
2011-04-08Removed the --boot-floppies switch and mode.Joey Hess1-24/+0
2011-04-08Clear all global variables used for options, so that unclean environment does...Joey Hess1-9/+25
2011-03-25check keyrings by default, when possibleJoey Hess1-0/+6
2011-02-22sha checksum supportJoey Hess1-1/+10
2011-02-21Remove 5 second sleeps when debootstrap finds additional required dependencie...Joey Hess1-3/+0
2011-01-04fix to --private-key. Thanks to Jonathan KleeMiguel Figueiredo1-2/+2
2010-10-30Patch by Karl Goetz. Closes: #601821Christian Perrier1-1/+1
2010-09-20Remove debug statement that slipped in.Joey Hess1-1/+0
2010-09-10support for https on debootstrapMiguel Figueiredo1-1/+31
2009-11-27* Refactor deb extractors into two new functions.Otavio Salvador1-0/+22
2009-07-22Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for scratchb...Otavio Salvador1-2/+19
2009-06-03Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkgOtavio Salvador1-2/+2
2009-03-24Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador1-4/+4
2009-03-17Export PATH, just to make sure. It isn't necessarily exported by shellsColin Watson1-0/+3
2009-03-17Remove partial support for emitting translated progress messages withColin Watson1-6/+0
2009-01-13Fix --unpack-tarball= option (thanks, Torsten Landschoff; closes:Colin Watson1-5/+8
2009-01-13Fix --make-tarball= option (closes: #484869).Colin Watson1-2/+2
2008-01-19Error out on unrecognized optionsFrans Pop1-0/+3