summaryrefslogtreecommitdiff
path: root/debootstrap
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Merge git://git.debian.org/d-i/debootstrapIgor Pashev1-1/+1
2012-11-20Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg Ginzburg...Cyril Brulebois1-1/+1
2012-10-16Support solaris (itself or other dpkg-based distros)Igor Pashev1-0/+3
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-21sha 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
2008-01-15* Use ftp.us.debian.org rather than ftp.debian.orgColin Watson1-1/+1
2007-12-19* Make --second-stage not bother recalculating required and base asAnthony Towns1-36/+75
2007-12-07* Add minbase variant for the sid script that only install apt (andAnthony Towns1-1/+1
2007-11-14* Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap ...Frans Pop1-1/+1
2007-11-13Also try 'udpkg --print-architecture' in debootstrap when determining the tar...Frans Pop1-0/+3
2007-11-13Use tab indentation in debootstrap and functions saving 3kB (relevant forFrans Pop1-361/+363
2007-10-21* Skip the noexec/nodev test when running --print-debs or other operations1.0.5Joey Hess1-7/+4
2007-10-19* Emit an error if we cannot create working devices or executables on theColin Watson1-0/+7
2007-10-19* Don't rely on XSI test(1) extensions.Colin Watson1-3/+3
2007-10-16Add --second-stage-target option that allows embedded to to test an installat...Otavio Salvador1-2/+21
2007-07-31* Add --version option (closes: #294484).Colin Watson1-0/+7
2007-07-31make debootstrap executable in svn, for convenienceColin Watson1-0/+0
2007-07-31* Extensive quoting fixes, allowing installation to a target containingColin Watson1-20/+20
2007-06-20* Add default_mirror function; reorganise the debootstrap script a littleColin Watson1-9/+15
2007-06-19* When removing $TARGET/debootstrap, debootstrap.log is still open asColin Watson1-1/+9
2007-06-18fix am_doing_phaseAnthony Towns1-1/+1
2007-06-16initial commit of debootstrap from sid (0.3.3.3)Anthony Towns1-0/+491