aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/rc.boot b/rc.boot
index 56b0460..cf0f855 100755
--- a/rc.boot
+++ b/rc.boot
@@ -26,10 +26,10 @@ out "Mounting pseudo filesystems..."; {
mnt mode=1777,nosuid,nodev tmpfs shm /dev/shm
{
- link /proc/self/fs /dev/fd
- link fd/0 /dev/stdin
- link fd/1 /dev/stdout
- link fd/2 /dev/stderr
+ ln -sf /proc/self/fs /dev/fd
+ ln -sf fd/0 /dev/stdin
+ ln -sf fd/1 /dev/stdout
+ ln -sf fd/2 /dev/stderr
} 2>/dev/null
}