diff options
Diffstat (limited to 'shells/bash/pkg-message')
-rw-r--r-- | shells/bash/pkg-message | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shells/bash/pkg-message b/shells/bash/pkg-message index d918abd961ca..8dc8fc463362 100644 --- a/shells/bash/pkg-message +++ b/shells/bash/pkg-message @@ -1,16 +1,13 @@ ====================================================================== -bash requires fdescfs(5) mounted on /dev/fd and procfs(5) mounted on -/proc. +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 procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: fdesc /dev/fd fdescfs rw 0 0 - proc /proc procfs rw 0 0 ====================================================================== |