* Create /dev/{stdin,stdout,stderr}.

svn path=/nixos/trunk/; revision=9416
This commit is contained in:
Eelco Dolstra 2007-10-06 18:53:50 +00:00
parent 073c0fec9f
commit 2cc89b09e6

View File

@ -11,6 +11,9 @@ for i in @path@; do PATH=$PATH:$i/bin:$i/sbin; done
# Needed by some programs.
ln -sfn /proc/self/fd /dev/fd
ln -sfn /proc/self/fd/0 /dev/stdin
ln -sfn /proc/self/fd/1 /dev/stdout
ln -sfn /proc/self/fd/2 /dev/stderr
# Set up the statically computed bits of /etc.