summaryrefslogtreecommitdiff
path: root/shells/bash53/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash53/files/pkg-message.in')
-rw-r--r--shells/bash53/files/pkg-message.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/shells/bash53/files/pkg-message.in b/shells/bash53/files/pkg-message.in
new file mode 100644
index 000000000000..e0e633447e95
--- /dev/null
+++ b/shells/bash53/files/pkg-message.in
@@ -0,0 +1,15 @@
+[
+{ type: install
+ message: <<EOM
+bash requires fdescfs(5) mounted on /dev/fd
+
+If you have not done it yet, please do the following:
+
+ mount -t fdescfs fdescfs /dev/fd
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ fdescfs /dev/fd fdescfs rw,late 0 0
+EOM
+}
+]