diff options
Diffstat (limited to 'shells/bash/pkg-message')
-rw-r--r-- | shells/bash/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/pkg-message b/shells/bash/pkg-message index 8dc8fc463362..14dfcfe895f7 100644 --- a/shells/bash/pkg-message +++ b/shells/bash/pkg-message @@ -4,10 +4,10 @@ bash requires fdescfs(5) mounted on /dev/fd If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd + mount -t fdescfs fdescfs /dev/fd To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 + fdescfs /dev/fd fdescfs rw,late 0 0 ====================================================================== |