summaryrefslogtreecommitdiffstats
path: root/functions (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-08Improve error message when a decompressor is not available, to indicate whic...Joey Hess1-1/+1
2011-08-21Workaround for umount bug #634107, which broke pbuilder and "debootstrap ."Joey Hess1-1/+1
2011-08-15When FreeBSD (not kfreebsd) is the host, don't chroot to mount special filesy...Joey Hess1-2/+8
2011-08-15Support using md5 and shaN programs, as found on FreeBSD, in addition to md5s...Joey Hess1-2/+14
2011-08-15IFS clobbering workaroundJoey Hess1-3/+4
2011-08-15put in_path at top so later functions can use itJoey Hess1-12/+12
2011-08-15Search PATH for programs, rather than checking hardcoded locations.Joey Hess1-6/+18
2011-08-15Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ch...Joey Hess1-3/+3
2011-08-15Guess host OS based on uname for non-Debian systems. Closes: #637363Joey Hess1-8/+8
2011-08-10Don't use --arch when we specifically care about the host architecture (close...Colin Watson1-3/+3
2011-07-26Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador1-0/+5
2011-07-26add /usr/sbin and /sbin to PATH for fakechroot variant. Closes: #588773Otavio Salvador1-0/+4
2011-07-24Add more information regarding the version and architecture in case a downloa...Otavio Salvador1-1/+1
2011-07-16Improve text of error message when decompression command is not available.Colin Watson1-1/+1
2011-05-20also look for md5sum in release file if using md5sumsJoey Hess1-1/+6
2011-05-20typoJoey Hess1-1/+1
2011-05-20Use md5sums for woody and potato, which only had those checksums in the Packa...Joey Hess1-2/+11
2011-04-13Resolve dependencies from all requested components (LP: #740167).Colin Watson1-9/+14
2011-04-08Removed the --boot-floppies switch and mode.Joey Hess1-9/+0
2011-04-08Clear all global variables used for options, so that unclean environment does...Joey Hess1-1/+1
2011-03-25improve warning messageJoey Hess1-4/+5
2011-03-25Add a warning message if the keyring file is not available, and --no-check-gp...Joey Hess1-0/+2
2011-03-25check keyrings by default, when possibleJoey Hess1-1/+7
2011-02-22sha checksum supportJoey Hess1-47/+47
2011-02-10fix to ar usage. closes #598729elmig1-1/+1
2011-01-19Hurd supportJeremie Koenig1-13/+5
2010-09-10support for https on debootstrapMiguel Figueiredo1-1/+16
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration t...Otavio Salvador1-1/+4
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor --compone...Otavio Salvador1-1/+5
2009-12-15Apply patch from Vagrant Cascadian <vagrant+bugs@freegeek.org> not fail if re...Otavio Salvador1-1/+1
2009-11-27* Refactor deb extractors into two new functions.Otavio Salvador1-14/+82
2009-11-17Properly inform the user if the required uncompress command is not found on t...Otavio Salvador1-4/+10
2009-11-16Apply patch from Clint Adams <schizo@debian.org> to add support forOtavio Salvador1-2/+8
2009-09-24Ignore failures from dpkg --predep-package. It exits 1 if there are noColin Watson1-1/+1
2009-09-23 * Only use dpkg from the chroot, as there is no guarantee dpkg is Aurelien Jarno1-3/+3
2009-09-22Remove boneheaded use of sudo left over from testing (closes: #547949).Colin Watson1-1/+1
2009-07-29Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson1-0/+40
2009-07-23On Linux, clear out /etc/mtab on exit if it's not a symlink. Should fixColin Watson1-0/+7
2009-07-22Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for scratchb...Otavio Salvador1-3/+3
2009-03-24Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador1-5/+5
2009-03-17Remove partial support for emitting translated progress messages withColin Watson1-6/+0
2009-01-13Cope with ancient versions of chroot(8) that don't call chdir() (thanks,Colin Watson1-1/+1
2009-01-13Fix handling of relative DEBOOTSTRAP_DIR (thanks, Mikhail Gusarov;Colin Watson1-1/+1
2009-01-13Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson1-1/+2
2008-07-01* Do not cache Release and Release.gpg files. Closes: #488424.Frans Pop1-8/+21
2008-05-18Avoid "broken pipe" errors in bootstrap.log from the the smallyes function.Frans Pop1-1/+1
2007-11-14Correction of r50134: pkgdetails does not belong under /usr/share; move it ba...Frans Pop1-0/+2
2007-11-13Add note that pkgdetails is now provided by bootstrap-base udebFrans Pop1-0/+4
2007-11-13Linewrap inlined perl code for readabilityFrans Pop1-2/+26
2007-11-13Use tab indentation in debootstrap and functions saving 3kB (relevant forFrans Pop1-978/+978