* Create /dev/{stdin,stdout,stderr}.
svn path=/nixos/trunk/; revision=9416
This commit is contained in:
parent
073c0fec9f
commit
2cc89b09e6
@ -11,6 +11,9 @@ for i in @path@; do PATH=$PATH:$i/bin:$i/sbin; done
|
|||||||
|
|
||||||
# Needed by some programs.
|
# Needed by some programs.
|
||||||
ln -sfn /proc/self/fd /dev/fd
|
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.
|
# Set up the statically computed bits of /etc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user