aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2024-03-04 17:03:19 +0100
committerCem Keylan <cem@ckyln.com>2024-03-04 17:03:19 +0100
commitd5843aa1fa1e83d0f4b7d9c3d08515c1ea7fb55a (patch)
treef2deb04c78067081c8bb8ebd5bedbfe54e10adfa
parent0b97ac777296cb77580afc46313cc35eb672256d (diff)
downloadinit-d5843aa1fa1e83d0f4b7d9c3d08515c1ea7fb55a.tar.gz
rc.boot: Fix /dev/fd link
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index 49d7fa5..ba5d3dd 100755
--- a/rc.boot
+++ b/rc.boot
@@ -27,7 +27,7 @@ out "Mounting pseudo filesystems..."; {
mnt mode=1777,nosuid,nodev tmpfs shm /dev/shm
{
- ln -sf /proc/self/fs /dev/fd
+ ln -sf /proc/self/fd /dev/fd
ln -sf fd/0 /dev/stdin
ln -sf fd/1 /dev/stdout
ln -sf fd/2 /dev/stderr