commit 7ad2f7bf636899ddbff04a957d277e9a3116e23c
parent 8522f093afe7100e83af73670c2adaa598adf395
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 10 Jul 2014 20:17:09 +0000
rc.init: make /dev/fd
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/fs/bin/rc.init b/fs/bin/rc.init
@@ -35,6 +35,7 @@ cd /dev
/bin/ln -sf /proc/self/fd/0 stdin
/bin/ln -sf /proc/self/fd/1 stdout
/bin/ln -sf /proc/self/fd/2 stderr
+/bin/ln -sf /proc/self/fd fd
cd - 1>/dev/null
echo Checking filesystems