From c18971abe29b0fd594daeff3d26a553d73717dc4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 20 Jun 2007 18:22:41 +0000 Subject: * 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3