summaryrefslogtreecommitdiffstats
path: root/scripts/edgy (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-05change repository for old Ubuntu releaseHideki Yamane1-1/+1
Old releases are archived to old-releases.ubuntu.com
2018-03-05use force_md5 for breezy dapper edgyHideki Yamane1-0/+1
Oldest Ubuntu releases needs to be specified to use force_md5
2016-02-18Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri1-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)
2011-07-26Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador1-6/+2
2010-02-18Make scripts directory in source tree look like installed directory,Joey Hess1-0/+0
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
2009-12-27Remove trailing space in scriptsFrans Pop1-5/+5
r61883
2009-11-27* Refactor deb extractors into two new functions.Otavio Salvador1-5/+1
* Use dpkg-deb if available instead of ar (closes: #557296). * Add an --extractor option to override the automatic extractor selection. r61537
2009-03-16match libc changes for UbuntuColin Watson1-4/+4
r57841
2009-01-13Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson1-3/+3
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 Watson1-5/+7
in 1.0.8 to make --second-stage not bother recalculating required and base. r57240
2008-03-06* Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'.Colin Watson1-1/+1
r51751
2007-10-20* Don't rely on GNU sed's s///I extension (closes: #350583).Colin Watson1-1/+1
r49835
2007-10-19* Don't rely on XSI test(1) extensions.Colin Watson1-1/+1
r49819
2007-07-31* Extensive quoting fixes, allowing installation to a target containingColin Watson1-3/+3
spaces (closes: #387673). r48817
2007-07-20* scripts/ubuntu/*.fakechroot: Merge into the corresponding main scriptsColin Watson1-4/+27
as variants. r48493
2007-06-21* Update Ubuntu mirrors: warty/hoary/breezy => old-releases.ubuntu.com,Colin Watson1-1/+8
unsupported architectures => ports.ubuntu.com. r47607
2007-06-20* Add default_mirror function; reorganise the debootstrap script a littleColin Watson1-0/+1
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
2007-06-19* Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directoriesColin Watson1-0/+0
in the source tree to declutter the top level. r47552
2007-06-19* Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, andColin Watson1-3/+3
gutsy. Exclude everything but gutsy from the udeb. r47546