summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-20 18:22:41 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-20 18:22:41 (GMT)
commitc18971abe29b0fd594daeff3d26a553d73717dc4 (patch)
treee0511a8b0ae01cb1a78dfd04bfe7bc2015ee8df3
parentae7c66875037bafa64b7b7db356f77c919159072 (diff)
downloaddebootstrap-c18971abe29b0fd594daeff3d26a553d73717dc4.zip
debootstrap-c18971abe29b0fd594daeff3d26a553d73717dc4.tar.gz
debootstrap-c18971abe29b0fd594daeff3d26a553d73717dc4.tar.bz2
* Add devices created by fd to devices-std.tar.gz, so that
/dev/std{in,out,err} is available conveniently in chroots with /proc and /dev/pts mounted (thanks, Matthias Klose). r47571
-rw-r--r--Makefile2
-rw-r--r--debian/changelog3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e907ffe..2754164 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ devices-std.tar.gz:
mkdir -p dev
chown 0:0 dev
chmod 755 dev
- (cd dev && $(MAKEDEV) std ptmx)
+ (cd dev && $(MAKEDEV) std ptmx fd)
tar cf - dev | gzip -9 >devices-std.tar.gz
rm -rf dev
diff --git a/debian/changelog b/debian/changelog
index ecc0a89..e188d31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,9 @@ debootstrap (0.4.0) UNRELEASED; urgency=low
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).
+ * Add devices created by fd to devices-std.tar.gz, so that
+ /dev/std{in,out,err} is available conveniently in chroots with /proc and
+ /dev/pts mounted (thanks, Matthias Klose).
[ Joey Hess ]
* Remove the entended package description (aka bloat) from the udeb.