Age | Commit message (Expand) | Author | Files | Lines |
2013-04-11 | Merge git://git.debian.org/d-i/debootstrap | Igor Pashev | 1 | -52/+66 |
2013-03-25 | Move extract_release_components to after signature verification. | Julien Cristau | 1 | -1/+2 |
2013-03-25 | Disable InRelease support. | Julien Cristau | 1 | -34/+13 |
2013-03-20 | * Properly decrypt the InRelease file when downloading from an archive | Christian PERRIER | 1 | -1/+2 |
2013-01-27 | debootstrap (1.0.38+dyson2) unstable; urgency=low | Igor Pashev | 1 | -8/+11 |
2013-01-26 | Revert "Device major number can vary, even for null-device, illumos sucks eve... | Igor Pashev | 1 | -0/+6 |
2012-12-27 | Revert to using which, but only in non-d-i | Samuel Thibault | 1 | -1/+4 |
2012-12-27 | Find out /bin/sh using `type` instead of `which`, | Samuel Thibault | 1 | -1/+1 |
2012-11-26 | functions: check for /bin/sh before using it in shebang (android) | Shawn Landden | 1 | -1/+1 |
2012-10-16 | Support solaris (itself or other dpkg-based distros) | Igor Pashev | 1 | -3/+3 |
2012-10-16 | Device major number can vary, even for null-device, illumos sucks even here | Igor Pashev | 1 | -6/+0 |
2012-09-05 | Fix "arc" typo. Closes: #686680 | Joey Hess | 1 | -1/+1 |
2012-06-25 | Downgrade the absence of an InRelease file from a warning to an info message.... | Colin Watson | 1 | -1/+1 |
2012-05-22 | minor cleanup | Joey Hess | 1 | -2/+2 |
2012-05-22 | Add support for InRelease files (Closes: #638682) | Mehdi Dogguy | 1 | -30/+55 |
2012-04-17 | point users at the log file on error, try to show a package name too | Joey Hess | 1 | -0/+12 |
2012-03-13 | Stop at the end of the retrieval phase if any packages failed to download. | Colin Watson | 1 | -0/+1 |
2012-03-13 | Retry corrupted downloads rather than carrying on almost regardless. Patch mo... | Colin Watson | 1 | -31/+23 |
2012-02-09 | Illumos: setup devices in chroot, test for /dev/null | Igor Pashev | 1 | -0/+16 |
2012-01-16 | disable test for null-device and some mounts on Illumos | Igor Pashev | 1 | -0/+6 |
2011-11-21 | pkgdetails_perl: Use the last of a sequence of stanzas for the same package n... | Colin Watson | 1 | -10/+37 |
2011-10-08 | Improve error message when a decompressor is not available, to indicate whic... | Joey Hess | 1 | -1/+1 |
2011-08-21 | Workaround for umount bug #634107, which broke pbuilder and "debootstrap ." | Joey Hess | 1 | -1/+1 |
2011-08-15 | When FreeBSD (not kfreebsd) is the host, don't chroot to mount special filesy... | Joey Hess | 1 | -2/+8 |
2011-08-15 | Support using md5 and shaN programs, as found on FreeBSD, in addition to md5s... | Joey Hess | 1 | -2/+14 |
2011-08-15 | IFS clobbering workaround | Joey Hess | 1 | -3/+4 |
2011-08-15 | put in_path at top so later functions can use it | Joey Hess | 1 | -12/+12 |
2011-08-15 | Search PATH for programs, rather than checking hardcoded locations. | Joey Hess | 1 | -6/+18 |
2011-08-15 | Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ch... | Joey Hess | 1 | -3/+3 |
2011-08-15 | Guess host OS based on uname for non-Debian systems. Closes: #637363 | Joey Hess | 1 | -8/+8 |
2011-08-10 | Don't use --arch when we specifically care about the host architecture (close... | Colin Watson | 1 | -3/+3 |
2011-07-26 | Move setup_devices to second stage of bootstrap. Closes: #498731, #531316 | Otavio Salvador | 1 | -0/+5 |
2011-07-26 | add /usr/sbin and /sbin to PATH for fakechroot variant. Closes: #588773 | Otavio Salvador | 1 | -0/+4 |
2011-07-24 | Add more information regarding the version and architecture in case a downloa... | Otavio Salvador | 1 | -1/+1 |
2011-07-16 | Improve text of error message when decompression command is not available. | Colin Watson | 1 | -1/+1 |
2011-05-20 | also look for md5sum in release file if using md5sums | Joey Hess | 1 | -1/+6 |
2011-05-20 | typo | Joey Hess | 1 | -1/+1 |
2011-05-20 | Use md5sums for woody and potato, which only had those checksums in the Packa... | Joey Hess | 1 | -2/+11 |
2011-04-13 | Resolve dependencies from all requested components (LP: #740167). | Colin Watson | 1 | -9/+14 |
2011-04-08 | Removed the --boot-floppies switch and mode. | Joey Hess | 1 | -9/+0 |
2011-04-08 | Clear all global variables used for options, so that unclean environment does... | Joey Hess | 1 | -1/+1 |
2011-03-25 | improve warning message | Joey Hess | 1 | -4/+5 |
2011-03-25 | Add a warning message if the keyring file is not available, and --no-check-gp... | Joey Hess | 1 | -0/+2 |
2011-03-25 | check keyrings by default, when possible | Joey Hess | 1 | -1/+7 |
2011-02-21 | sha checksum support | Joey Hess | 1 | -47/+47 |
2011-02-10 | fix to ar usage. closes #598729 | elmig | 1 | -1/+1 |
2011-01-20 | Hurd support | Jeremie Koenig | 1 | -13/+5 |
2010-09-10 | support for https on debootstrap | Miguel Figueiredo | 1 | -1/+16 |
2010-01-06 | Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration t... | Otavio Salvador | 1 | -1/+4 |
2010-01-06 | Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor --compone... | Otavio Salvador | 1 | -1/+5 |