summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15Clarify "target" in usage message.Joey Hess1-0/+1
Users complained that "target" is jargon and they have no mad man page reading skillz.
2011-08-15Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ↵Joey Hess1-0/+2
chroot or jail. This worked in squeeze, as documented here: http://blog.vx.sk/archives/22-Updated-Tutorial-Debian-GNUkFreeBSD-in-a-FreeBSD-jail.html But recent changes to differentiate between the host and target ARCH/OS broke it. All that's needed to get it back is to detect FreeBSD's uname output. Untested.
2011-08-15Guess host OS based on uname for non-Debian systems. Closes: #637363Joey Hess1-0/+6
Deboostrap only cares if the host OS is Linux, Hurd, or kFreeBSD. The actual architecture used on the host doesn't matter, as long as the target arch can run in the chroot. This does not address running debootstrap on a FreeBSD system in order to build a kFreeBSD chroot. That seems to have already been not working, since debootstrap checked for kfreebsd, and not freebsd.
2011-08-10releasing version 1.0.351.0.35Colin Watson1-2/+2
2011-08-10Don't use --arch when we specifically care about the host architecture ↵Colin Watson1-0/+2
(closes: #637298).
2011-08-10Don't build devices.tar.gz if building on GNU/kFreeBSD (closes: #637297).Colin Watson2-1/+9
2011-07-28releasing version 1.0.341.0.34Otavio Salvador1-2/+2
2011-07-26Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador1-0/+2
2011-07-26add /usr/sbin and /sbin to PATH for fakechroot variant. Closes: #588773Otavio Salvador1-0/+2
2011-07-24Add more information regarding the version and architecture in case a ↵Otavio Salvador1-0/+7
download fails. Closes: #633625.
2011-07-24releasing version 1.0.331.0.33Otavio Salvador1-2/+2
2011-07-16Improve text of error message when decompression command is not available.Colin Watson1-0/+5
2011-07-10Use md5sums for sarge, which did not consistently have sha1sums everywhere. ↵Joey Hess1-0/+2
Closes: #633158
2011-07-02Mention minbase variant in --help. Closes: #632418Joey Hess1-0/+6
2011-05-30releasing version 1.0.321.0.32Joey Hess2-3/+3
2011-05-20fix version confusionJoey Hess1-2/+2
2011-05-20Merge branch 'new'Joey Hess1-1/+8
Conflicts: debian/changelog
2011-05-20Use md5sums for woody and potato, which only had those checksums in the ↵Joey Hess1-0/+7
Packages files. Closes: #627365
2011-05-20releasing version 1.0.311.0.31Colin Watson1-2/+2
2011-05-20fix changelog orderingColin Watson1-4/+5
2011-05-20less namespaced substvarColin Watson2-2/+2
2011-05-20Recommend ubuntu-keyring rather than debian-archive-keyring on ↵Colin Watson3-1/+12
Ubuntu-derived systems.
2011-05-20If ubuntu-keyring is installed, check Release signatures against it when ↵Colin Watson1-0/+7
bootstrapping Ubuntu gutsy and later.
2011-05-09Use the build-essential package instead of Build-Essential: yes.Miguel Figueiredo1-0/+4
Thanks to Mark Hymers. Closes: #619700 Ack by otavio
2011-04-26releasing version 1.0.301.0.30Joey Hess1-3/+3
2011-04-13Resolve dependencies from all requested components (LP: #740167).Colin Watson1-0/+4
2011-04-08remove Frans from uploadersJoey Hess1-1/+1
2011-04-08remove stale pointer to aj's wikiJoey Hess1-2/+0
The page stil exists, sorta, but is very out of date.
2011-04-08Removed the --boot-floppies switch and mode.Joey Hess1-0/+2
Assuming this has not been used in 10 years.
2011-04-08Clear all global variables used for options, so that unclean environment ↵Joey Hess1-0/+2
doesn't break debootstrap. Closes: #621657 With the notable exception of SHA_SIZE, which is used to communicate with debootstrap. Also, upper-cased a few global variables.
2011-03-25Add a warning message if the keyring file is not available, and ↵Joey Hess1-0/+2
--no-check-gpg is not specified.
2011-03-25check keyrings by default, when possibleJoey Hess2-1/+13
* Recommend debian-archive-keyring, and if it is installed, default to checking gpg signatures of the Release file against it when bootstrapping sid, squeeze, wheezy, etch, and lenny. Closes: #560038 * Add --no-check-gpg option that can be used to disable release file verification. * Needs base-installer 1.117.
2011-03-22releasing version 1.0.291.0.29Colin Watson1-2/+2
2011-03-22Revert multiarch symlink; this is no longer needed now that dpkg has ↵Colin Watson1-2/+0
returned to a single-directory db layout.
2011-03-22Add (Ubuntu) oneiric as a symlink to gutsy.Colin Watson1-0/+1
2011-03-01For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg ↵Colin Watson1-0/+5
--print-architecture) -> . symlink, to cope with multiarch dpkg.
2011-02-25Support bootstrapping oldstable. (Lenny could already be bootstrapped using ↵Joey Hess1-0/+7
that suite name.)
2011-02-21releasing version 1.0.281.0.28Joey Hess1-2/+2
2011-02-21Avoid new(?) warning from dpkg about missing Maintainer field when feigning ↵Joey Hess1-0/+2
install of a package.
2011-02-21sha checksum supportJoey Hess1-0/+5
2011-02-21Remove 5 second sleeps when debootstrap finds additional required ↵Joey Hess1-0/+5
dependencies. d-i just got that much faster.
2011-02-10fix to ar usage. closes #598729elmig1-0/+6
2011-02-07releasing version 1.0.271.0.27Otavio Salvador1-2/+2
2011-01-20Hurd supportJeremie Koenig2-2/+8
- Use the newer setup-translators script and firmlink $TARGET/{dev,servers} in setup_devices_hurd; - Don't attempt to build devices.tar.gz, which is not needed.
2011-01-17update Vcs fieldsJoey Hess1-1/+2
2011-01-17add gitignores, converted from svnJoey Hess1-0/+6
2011-01-04fix UNRELEASEDMiguel Figueiredo1-1/+1
r66196
2011-01-04fix to --private-key. Thanks to Jonathan KleeMiguel Figueiredo1-0/+8
r66195
2010-11-12releasing version 1.0.261.0.26Otavio Salvador1-2/+2
r65419
2010-10-31sid: Remove old workaround for etch era coreutils/textutils md5sumJoey Hess1-0/+5
diversion problem. (#329394) r65231