diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-20 18:22:41 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-20 18:22:41 +0000 |
commit | c18971abe29b0fd594daeff3d26a553d73717dc4 (patch) | |
tree | e0511a8b0ae01cb1a78dfd04bfe7bc2015ee8df3 /Makefile | |
parent | ae7c66875037bafa64b7b7db356f77c919159072 (diff) | |
download | debootstrap-c18971abe29b0fd594daeff3d26a553d73717dc4.tar.gz |
* 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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |