summaryrefslogtreecommitdiffstats
path: root/debootstrap (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add minbase variant for the sid script that only install apt (andAnthony Towns2007-12-071-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
* * Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap ↵Frans Pop2007-11-141-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
* Also try 'udpkg --print-architecture' in debootstrap when determining the ↵Frans Pop2007-11-131-0/+3
| | | | | | target architecture, which means we don't need to pass it from bootstrap-base r50117
* Use tab indentation in debootstrap and functions saving 3kB (relevant forFrans Pop2007-11-131-361/+363
| | | | | | | | Debian Installer). A few places with extreme indentation have been given a 4-space indentation to maintain readability. No functional changes. r50115
* * Skip the noexec/nodev test when running --print-debs or other operationsJoey Hess2007-10-211-7/+4
| | | | | | that do not involve building systems. r49840
* * Emit an error if we cannot create working devices or executables on theColin Watson2007-10-191-0/+7
| | | | | | target (based on work by Bastian Kleineidam; closes: #233798). r49822
* * Don't rely on XSI test(1) extensions.Colin Watson2007-10-191-3/+3
| | | | r49819
* Add --second-stage-target option that allows embedded to to test an ↵Otavio Salvador2007-10-161-2/+21
| | | | | | installation in a chroot on the device (closes: #445157). r49793
* * Add --version option (closes: #294484).Colin Watson2007-07-311-0/+7
| | | | r48820
* make debootstrap executable in svn, for convenienceColin Watson2007-07-311-0/+0
| | | | r48819
* * Extensive quoting fixes, allowing installation to a target containingColin Watson2007-07-311-20/+20
| | | | | | spaces (closes: #387673). r48817
* * Add default_mirror function; reorganise the debootstrap script a littleColin Watson2007-06-201-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
* * When removing $TARGET/debootstrap, debootstrap.log is still open asColin Watson2007-06-191-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
* fix am_doing_phaseAnthony Towns2007-06-181-1/+1
| | | | r47284
* initial commit of debootstrap from sid (0.3.3.3)Anthony Towns2007-06-161-0/+491
r47260