summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix trivial divergence between sid and gutsy scriptsJoey Hess2010-10-311-1/+1
| | | | r65229
* Consistently use tab indenting in scripts/gutsy and scripts/sidChristian Perrier2010-10-302-168/+169
| | | | | | Ptach by Karl Goetz. Closes: #601821 r65224
* Add support for wheezy. Closes: #597461Joey Hess2010-09-201-0/+1
| | | | r64814
* Add (Ubuntu) natty as a symlink to gutsy.Colin Watson2010-08-231-0/+1
| | | | r64499
* Add (Ubuntu) maverick as a symlink to gutsy.Colin Watson2010-04-061-0/+1
| | | | r62859
* Make scripts directory in source tree look like installed directory,Joey Hess2010-02-1828-0/+12
| | | | | | | and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
* Add apt to base packages for the buildd variant as it is no longer marked ↵Frans Pop2010-01-021-1/+1
| | | | | | Build-Essential r61923
* Remove trailing space in scriptsFrans Pop2009-12-2713-39/+39
| | | | r61883
* Use tab indentation in scripts/debian/sid to reduce its sizeFrans Pop2009-12-271-143/+144
| | | | | | Saves a bit over 400B for Debian Installer. r61882
* * Refactor deb extractors into two new functions.Otavio Salvador2009-11-2716-80/+16
| | | | | | | * Use dpkg-deb if available instead of ar (closes: #557296). * Add an --extractor option to override the automatic extractor selection. r61537
* For recent Ubuntu versions, move $TARGET/sbin/initctl aside in the sameColin Watson2009-10-031-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
* Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy andColin Watson2009-09-171-1/+11
| | | | | | beyond (LP: #431145). r60789
* Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson2009-07-292-0/+26
| | | | | | required (closes: #487908). r59820
* Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for ↵Otavio Salvador2009-07-221-2/+4
| | | | | | scratchbox variant. Closes: #536820. r59598
* match libc changes for UbuntuColin Watson2009-03-166-24/+24
| | | | r57841
* Improve Luca's patch a bitOtavio Salvador2009-03-161-4/+4
| | | | r57840
* Improve code to choose between libc packages. Thanks to Luca FavatellaOtavio Salvador2009-03-161-5/+5
| | | | | | <slackydeb@gmail.com> for the patch. r57839
* Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson2009-01-1316-47/+47
| | | | | | | although strictly speaking this seems like an incompatibility in zsh when linked to /bin/sh (closes: #340058). r57242
* Fix old Debian scripts and all Ubuntu scripts cope with Anthony's changeColin Watson2009-01-1315-68/+91
| | | | | | | in 1.0.8 to make --second-stage not bother recalculating required and base. r57240
* Revert addition of build-essential to base for buildd variant.Frans Pop2008-06-021-1/+0
| | | | | | It seems more logical to have to added to the Build-Essential list. r53588
* Also install build-essential for the buildd variant (Debian/sid).Frans Pop2008-05-191-0/+1
| | | | r53433
* * Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'.Colin Watson2008-03-0616-16/+16
| | | | r51751
* * Add minbase variant for Ubuntu gutsy/hardy; see Anthony's change above.Colin Watson2008-01-151-2/+2
| | | | r50881
* * Use ftp.us.debian.org rather than ftp.debian.orgColin Watson2008-01-151-8/+0
| | | | | | (http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html). r50880
* * Add minbase variant for the sid script that only install apt (andAnthony Towns2007-12-071-8/+10
| | | | | | | | | its dependencies) instead of all of base. (Closes: Bug#351912, Bug#452654) * Make --second-stage not bother recalculating required and base when it's not needed. r50373
* * Don't rely on GNU sed's s///I extension (closes: #350583).Colin Watson2007-10-2016-16/+16
| | | | r49835
* * Fix Ubuntu hoary and breezy scripts to unmount /dev etc. on exitColin Watson2007-10-192-0/+4
| | | | | | (closes: #327708). r49821
* * Don't rely on XSI test(1) extensions.Colin Watson2007-10-196-7/+7
| | | | r49819
* * Extensive quoting fixes, allowing installation to a target containingColin Watson2007-07-3116-37/+37
| | | | | | spaces (closes: #387673). r48817
* * scripts/debian/sid: Handle libc0.3 on hurd-i386 (thanks, Michael Banck;Colin Watson2007-07-291-3/+7
| | | | | | closes: #314304). r48807
* * scripts/ubuntu/*.fakechroot: Merge into the corresponding main scriptsColin Watson2007-07-206-539/+84
| | | | | | as variants. r48493
* determine buildd variant dynamically here tooColin Watson2007-07-201-12/+1
| | | | r48492
* * scripts/ubuntu/gutsy.fakechroot: Remove devmapper postinst hack, noColin Watson2007-07-201-3/+0
| | | | | | longer needed. r48491
* * scripts/ubuntu/gutsy: Determine buildd variant dynamically usingColin Watson2007-07-201-12/+1
| | | | | | Build-Essential: yes. r48488
* * Update Ubuntu mirrors: warty/hoary/breezy => old-releases.ubuntu.com,Colin Watson2007-06-2112-12/+61
| | | | | | unsupported architectures => ports.ubuntu.com. r47607
* * Add default_mirror function; reorganise the debootstrap script a littleColin Watson2007-06-2013-0/+20
| | | | | | | | | so that it works. Set the default mirror for Ubuntu suites to http://archive.ubuntu.com/ubuntu, and the default mirror for Debian etch/lenny/sid architectures other than amd64 and i386 to http://ftp.us.debian.org/debian (per ajt). r47570
* * Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directoriesColin Watson2007-06-1919-0/+3215
in the source tree to declutter the top level. r47552