From d5843aa1fa1e83d0f4b7d9c3d08515c1ea7fb55a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 4 Mar 2024 17:03:19 +0100 Subject: rc.boot: Fix /dev/fd link --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3