summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13debootstrap (1.0.48+dyson4)HEADdyson/1.0.48+dyson4masterIgor Pashev3-2/+2
* Added dufay (testing) * Removed stable
2014-05-06lacaille is testingIgor Pashev1-1/+1
2014-05-06messier is stableIgor Pashev1-1/+1
2014-05-06Added lacaille -> bokIgor Pashev1-0/+1
2013-04-23debootstrap (1.0.48+dyson2) unstable; urgency=lowIgor Pashev3-2/+3
* Added testing/messier symlinks (both to bok) * Use dyson-archive-keyring
2013-04-11Merge git://git.debian.org/d-i/debootstrapIgor Pashev2-0/+2
Conflicts: debian/changelog
2012-10-24Add (Ubuntu) raring as a symlink to gutsy.Colin Watson1-0/+1
2012-04-26Add (Ubuntu) quantal as a symlink to gutsy.Colin Watson1-0/+1
2012-01-17Removed fake start-stop-daemonIgor Pashev1-6/+0
2012-01-12Some trivial fixed for Illumos, unstable = bokIgor Pashev2-15/+5
2012-01-12scripts/bok (copy of scripts/sid)Igor Pashev1-0/+191
2011-10-05Add (Ubuntu) precise as a symlink to gutsy.Colin Watson1-0/+1
2011-07-26Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador16-48/+20
2011-07-10Use md5sums for sarge, which did not consistently have sha1sums everywhere. ↵Joey Hess3-0/+3
Closes: #633158
2011-05-20Merge branch 'new'Joey Hess3-0/+3
Conflicts: debian/changelog
2011-05-20Use md5sums for woody and potato, which only had those checksums in the ↵Joey Hess3-0/+3
Packages files. Closes: #627365
2011-05-20If ubuntu-keyring is installed, check Release signatures against it when ↵Colin Watson1-0/+1
bootstrapping Ubuntu gutsy and later.
2011-05-09Use the build-essential package instead of Build-Essential: yes.Miguel Figueiredo1-1/+1
Thanks to Mark Hymers. Closes: #619700 Ack by otavio
2011-03-25check keyrings by default, when possibleJoey Hess1-0/+1
* 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-22Revert multiarch symlink; this is no longer needed now that dpkg has ↵Colin Watson2-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 Watson2-0/+2
--print-architecture) -> . symlink, to cope with multiarch dpkg.
2011-02-25Support bootstrapping oldstable. (Lenny could already be bootstrapped using ↵Joey Hess1-0/+1
that suite name.)
2011-02-21Avoid new(?) warning from dpkg about missing Maintainer field when feigning ↵Joey Hess1-0/+1
install of a package.
2010-10-31sid: Remove old workaround for etch era coreutils/textutils md5sumJoey Hess1-5/+0
diversion problem. (#329394) r65231
2010-10-31unify error messageJoey Hess2-2/+2
Afaics, neither CONF_BASE_FAIL_FIVE nor CONF_BASE_FAIL is used anywhere (in eg, base-installer), so I unified those also. r65230
2010-10-31fix trivial divergence between sid and gutsy scriptsJoey Hess1-1/+1
r65229
2010-10-30Consistently use tab indenting in scripts/gutsy and scripts/sidChristian Perrier2-168/+169
Ptach by Karl Goetz. Closes: #601821 r65224
2010-09-20Add support for wheezy. Closes: #597461Joey Hess1-0/+1
r64814
2010-08-23Add (Ubuntu) natty as a symlink to gutsy.Colin Watson1-0/+1
r64499
2010-04-06Add (Ubuntu) maverick as a symlink to gutsy.Colin Watson1-0/+1
r62859
2010-02-18Make scripts directory in source tree look like installed directory,Joey Hess28-0/+12
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
2010-01-02Add apt to base packages for the buildd variant as it is no longer marked ↵Frans Pop1-1/+1
Build-Essential r61923
2009-12-27Remove trailing space in scriptsFrans Pop13-39/+39
r61883
2009-12-27Use tab indentation in scripts/debian/sid to reduce its sizeFrans Pop1-143/+144
Saves a bit over 400B for Debian Installer. r61882
2009-11-27* Refactor deb extractors into two new functions.Otavio Salvador16-80/+16
* Use dpkg-deb if available instead of ar (closes: #557296). * Add an --extractor option to override the automatic extractor selection. r61537
2009-10-03For recent Ubuntu versions, move $TARGET/sbin/initctl aside in the sameColin Watson1-0/+12
way we do start-stop-daemon, so that attempts to control Upstart jobs won't inadvertently affect jobs in the host system. r60924
2009-09-17Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy andColin Watson1-1/+11
beyond (LP: #431145). r60789
2009-07-29Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson2-0/+26
required (closes: #487908). r59820
2009-07-22Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for ↵Otavio Salvador1-2/+4
scratchbox variant. Closes: #536820. r59598
2009-03-16match libc changes for UbuntuColin Watson6-24/+24
r57841
2009-03-16Improve Luca's patch a bitOtavio Salvador1-4/+4
r57840
2009-03-16Improve code to choose between libc packages. Thanks to Luca FavatellaOtavio Salvador1-5/+5
<slackydeb@gmail.com> for the patch. r57839
2009-01-13Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson16-47/+47
although strictly speaking this seems like an incompatibility in zsh when linked to /bin/sh (closes: #340058). r57242
2009-01-13Fix old Debian scripts and all Ubuntu scripts cope with Anthony's changeColin Watson15-68/+91
in 1.0.8 to make --second-stage not bother recalculating required and base. r57240
2008-06-02Revert addition of build-essential to base for buildd variant.Frans Pop1-1/+0
It seems more logical to have to added to the Build-Essential list. r53588
2008-05-19Also install build-essential for the buildd variant (Debian/sid).Frans Pop1-0/+1
r53433
2008-03-06* Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'.Colin Watson16-16/+16
r51751
2008-01-15* Add minbase variant for Ubuntu gutsy/hardy; see Anthony's change above.Colin Watson1-2/+2
r50881
2008-01-15* Use ftp.us.debian.org rather than ftp.debian.orgColin Watson1-8/+0
(http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html). r50880