summaryrefslogtreecommitdiffstats
path: root/debootstrap (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-15* Use ftp.us.debian.org rather than ftp.debian.orgColin Watson1-1/+1
(http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html). r50880
2007-12-19* Make --second-stage not bother recalculating required and base asAnthony Towns1-36/+75
* Make --arch and other arguments accept both "--arch i386" and "--arch=i386" forms of specifying a parameter to avoid the inconsistency. r50523
2007-12-07* Add minbase variant for the sid script that only install apt (andAnthony Towns1-1/+1
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
2007-11-14* Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap ↵Frans Pop1-1/+1
and base-installer as befits an Architecture: all package * Fix various inconsistencies and minor errors in build scripts: - let debhelper create needed directories and don't duplicate that in the Makefile - let debhelper install the manpage, which automatically keeps it out of the udeb * Fix dpkg-genchanges warning 'missing Priority for source files' * Update Standards-Version to 3.7.2. No changes needed r50134
2007-11-13Also try 'udpkg --print-architecture' in debootstrap when determining the ↵Frans Pop1-0/+3
target architecture, which means we don't need to pass it from bootstrap-base r50117
2007-11-13Use tab indentation in debootstrap and functions saving 3kB (relevant forFrans Pop1-361/+363
Debian Installer). A few places with extreme indentation have been given a 4-space indentation to maintain readability. No functional changes. r50115
2007-10-21* Skip the noexec/nodev test when running --print-debs or other operationsJoey Hess1-7/+4
that do not involve building systems. r49840
2007-10-19* Emit an error if we cannot create working devices or executables on theColin Watson1-0/+7
target (based on work by Bastian Kleineidam; closes: #233798). r49822
2007-10-19* Don't rely on XSI test(1) extensions.Colin Watson1-3/+3
r49819
2007-10-16Add --second-stage-target option that allows embedded to to test an ↵Otavio Salvador1-2/+21
installation in a chroot on the device (closes: #445157). r49793
2007-07-31* Add --version option (closes: #294484).Colin Watson1-0/+7
r48820
2007-07-31make debootstrap executable in svn, for convenienceColin Watson1-0/+0
r48819
2007-07-31* Extensive quoting fixes, allowing installation to a target containingColin Watson1-20/+20
spaces (closes: #387673). r48817
2007-06-20* Add default_mirror function; reorganise the debootstrap script a littleColin Watson1-9/+15
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* When removing $TARGET/debootstrap, debootstrap.log is still open asColin Watson1-1/+9
stdout/stderr and needs to remain so, but after unlinking it some NFS servers implement this by a temporary file in the same directory, which makes it impossible to rmdir that directory. Moving it instead works around the problem (thanks, Steven McCoy; https://launchpad.net/bugs/65003). r47550
2007-06-18fix am_doing_phaseAnthony Towns1-1/+1
r47284