summaryrefslogtreecommitdiffstats
path: root/scripts/gutsy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix regresionHideki Yamane2018-03-171-0/+2
| | | | Thanks to Gianfranco Costamagna <locutusofborg@debian.org>
* change repository for old Ubuntu releaseHideki Yamane2018-03-051-1/+6
| | | | Old releases are archived to old-releases.ubuntu.com
* scripts/gutsy: Fix debootstrap --variant=fakechroot failure because ↵Mattia Rizzolo2017-10-281-0/+19
| | | | | | initscripts is no longer part of the base system Signed-off-by: Mattia Rizzolo <mattia@debian.org>
* scripts/gutsy: sync from scripts/sidMattia Rizzolo2017-10-281-38/+40
| | | | Signed-off-by: Mattia Rizzolo <mattia@debian.org>
* Support kfreebsd & hurd arches on Ubuntu targets.Jon Boden2016-03-201-0/+2
|
* Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri2016-02-181-2/+2
| | | | | | | | | | | | | (setup_devices now only deals with static device nodes) and move the calls to setup_devices from the beginning of the second stage to the end of the first stage. setup_dynamic_devices mounts the appropriate filesystems which provide dynamic device nodes for the architectures which need one in debootstrap (kfreebsd and hurd). This fixes a bug in --second-stage introduced in 1.0.34 and exposed by the devices-related changes of 1.0.76: the second stage debootstrap runs "dpkg --print-architecture >/dev/null" at the very beginning of the program when /dev is still empty, so it creates an empty regular file in place of /dev/null and this will cause mknod to fail later. (Closes: #813232)
* Install ca-certificates as well as apt-transport-https for HTTPS ↵Colin Watson2014-02-131-1/+1
| | | | installations. This makes it possible to copy certificates that were built into the installer to /usr/local/share/ca-certificates/ and thus have them continue to be trusted after installation.
* Install apt-transport-https if installing from an HTTPS mirror (LP: #1135163).Colin Watson2014-02-111-0/+6
| | | | | | | It may still be necessary to copy certificates into place, but there's at least a reasonable chance that somebody installing from HTTPS may want to keep using it, and we have to install apt-transport-https at this point otherwise they won't be able to do that end-to-end.
* Install base-passwd and base-files in two callsTollef Fog Heen2013-12-191-1/+2
|
* scripts/sid, scripts/gutsy: Add a policy-rc.d, matching that in ↵Colin Watson2013-05-221-0/+6
| | | | debian-installer-utils. This is the primary way to disable daemon startup.
* scripts/gutsy: Make the fake initctl pass through "initctl version" calls, ↵Colin Watson2013-05-221-0/+1
| | | | used by such things as invoke-rc.d to figure out whether it's running under Upstart (LP: #1182540).
* Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador2011-07-261-6/+2
|
* If ubuntu-keyring is installed, check Release signatures against it when ↵Colin Watson2011-05-201-0/+1
| | | | bootstrapping Ubuntu gutsy and later.
* Revert multiarch symlink; this is no longer needed now that dpkg has ↵Colin Watson2011-03-221-1/+0
| | | | returned to a single-directory db layout.
* For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg ↵Colin Watson2011-03-011-0/+1
| | | | --print-architecture) -> . symlink, to cope with multiarch dpkg.
* unify error messageJoey Hess2010-10-311-1/+1
| | | | | | | Afaics, neither CONF_BASE_FAIL_FIVE nor CONF_BASE_FAIL is used anywhere (in eg, base-installer), so I unified those also. r65230
* Consistently use tab indenting in scripts/gutsy and scripts/sidChristian Perrier2010-10-301-150/+151
| | | | | | Ptach by Karl Goetz. Closes: #601821 r65224
* Make scripts directory in source tree look like installed directory,Joey Hess2010-02-181-0/+216
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297