summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable `DATE`Ansgar Burchardt2016-10-181-1/+0
|
* Excise all devices.tar.gz codeAlex Bennée2016-09-061-25/+0
| | | | | | | Since bug #571136 was fixed the --second-stage doesn't even use the devices tarball so we can remove all its related cruft. The README has been updated to show when real root access is required and give an example of a foreign debootstrap which works with fakeroot.
* Adjust sed call to render it more portable (Closes: #791802).Cyril Brulebois2015-07-091-1/+1
| | | | | This makes it work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and the patch.
* Make it possible to override the MAKEDEV variable (Closes: #734743).Cyril Brulebois2015-05-161-1/+1
| | | | Thanks, Wookey!
* Use debian/changelog timestamp as mtime for devices.tar members (Closes: ↵Jérémy Bobbio2014-12-291-1/+2
| | | | | | | | | #774069) We also remove the timestamp in gzip header. This enables debootstap to be built reproducibly. Signed-off-by: Cyril Brulebois <kibi@debian.org>
* Don't build devices.tar.gz if building on GNU/kFreeBSD (closes: #637297).Colin Watson2011-08-101-2/+2
|
* Hurd supportJeremie Koenig2011-01-191-0/+7
| | | | | | - Use the newer setup-translators script and firmlink $TARGET/{dev,servers} in setup_devices_hurd; - Don't attempt to build devices.tar.gz, which is not needed.
* /dev/MAKEDEV cannot be relied on (udev likes to make it a symlink toJoey Hess2010-09-261-1/+1
| | | | | | true). Always use /sbin/MAKEDEV. Closes: #598080 r64850
* Add test that devices.tar.gz not be somehow empty. Closes: #598080Joey Hess2010-09-261-0/+4
| | | | r64849
* Make scripts directory in source tree look like installed directory,Joey Hess2010-02-181-20/+1
| | | | | | | and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
* Allow the suite to be stable, testing, or unstable when debootstrapping ↵Joey Hess2010-02-171-1/+7
| | | | | | | | | | | Debian. Closes: #288109 This relies on the stable, testing, and unstable symlinks on the mirrors to work. Ubuntu doesn't have such symlinks, or really use corresponding names for its suites, so this is Debian-only. r62294
* Add (Ubuntu) lucid as a symlink to gutsy.Colin Watson2009-09-211-0/+1
| | | | r60816
* Makefile: remove unused ARCH variableFrans Pop2009-08-221-2/+0
| | | | r60374
* Add (Ubuntu) karmic as a symlink to gutsy.Colin Watson2009-04-241-0/+1
| | | | r58349
* Add support for squeeze (closes: #513488).Colin Watson2009-01-301-0/+1
| | | | r57465
* Add /dev/console to devices.tar.gz (after all, MAKEDEV's 'consoleonly'Colin Watson2009-01-201-1/+1
| | | | | | | was added for boot-floppies in the first place; see https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027230.html). r57374
* Add (Ubuntu) jaunty as a symlink to gutsy.Colin Watson2009-01-131-0/+1
| | | | r57237
* * Add (Ubuntu) intrepid as a symlink to gutsy.Colin Watson2008-04-251-0/+1
| | | | r52858
* m68k: allow installation of etch-m68kStephen Marenka2008-01-041-0/+1
| | | | r50760
* * Partially revert r50134; there are people who depend on being able toColin Watson2007-11-291-1/+3
| | | | | | | | use the "upstream" Makefile on non-Debian systems. Create necessary directories in the Makefile rather than relying on dh_installdirs to do it (LP: #172645). r50279
* * Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap ↵Frans Pop2007-11-141-5/+2
| | | | | | | | | | | | | 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
* Make debootstrap-udeb 'Architecture: all'Frans Pop2007-11-131-16/+2
| | | | | | For this to be possible, the utility pkgdetails is moved from debootstrap to base-installer r50114
* * No longer include full devices tarball in udeb.Frans Pop2007-11-121-50/+5
| | | | | | Requires base-installer 1.85. r50105
* * Add (Ubuntu) hardy as a symlink to gutsy.Colin Watson2007-10-191-0/+2
| | | | r49815
* * Add --version option (closes: #294484).Colin Watson2007-07-311-1/+6
| | | | r48820
* * Add devices created by fd to devices-std.tar.gz, so thatColin Watson2007-06-201-1/+1
| | | | | | | /dev/std{in,out,err} is available conveniently in chroots with /proc and /dev/pts mounted (thanks, Matthias Klose). r47571
* * Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directoriesColin Watson2007-06-191-19/+2
| | | | | | in the source tree to declutter the top level. r47552
* * Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, andColin Watson2007-06-191-0/+7
| | | | | | gutsy. Exclude everything but gutsy from the udeb. r47546
* * If /dev/MAKEDEV DNE, as on certain s390 machines, use /sbin/MAKEDEV.Joey Hess2007-06-161-2/+4
| | | | | | | | Closes: #420908 Note that /dev/MAKEDEV is still the correct location, and is still tried first so that building works on all FHS systems, as noted in #190239. r47264
* initial commit of debootstrap from sid (0.3.3.3)Anthony Towns2007-06-161-0/+102
r47260