summaryrefslogtreecommitdiff
path: root/sources/target_skeleton
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-22 20:35:30 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-22 20:35:30 +0000
commitee598dd2dee2de9db189c7a47a7d7afbeb85c040 (patch)
tree3f9fae57f28d99865f75932776fca4c77ee9cdc5 /sources/target_skeleton
parent365aac205d456db89a758533b256a5e5b51c8817 (diff)
Fix the /dev/fd* entries. Add /dev/ptmx. Properly support the
devpts filesystem. -Erik
Diffstat (limited to 'sources/target_skeleton')
-rw-r--r--sources/target_skeleton/etc/fstab4
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab
index 525a95b1e..c55ba23c0 100644
--- a/sources/target_skeleton/etc/fstab
+++ b/sources/target_skeleton/etc/fstab
@@ -1,6 +1,8 @@
# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
-/dev/ubda / ext2 defaults,rw 0 1
+/dev/root / ext2 rw,noauto 0 1
proc /proc proc defaults 0 0
+devpts /dev/pts devpts defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
+