summaryrefslogtreecommitdiff
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
parent365aac205d456db89a758533b256a5e5b51c8817 (diff)
Fix the /dev/fd* entries. Add /dev/ptmx. Properly support the
devpts filesystem. -Erik
-rw-r--r--sources/device_table.txt11
-rw-r--r--sources/target_skeleton/etc/fstab4
2 files changed, 13 insertions, 2 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt
index f4bb95afa..5d7602d10 100644
--- a/sources/device_table.txt
+++ b/sources/device_table.txt
@@ -22,10 +22,19 @@
/dev/ram b 640 0 0 1 1 0 0 -
/dev/ram b 640 0 0 1 0 0 1 4
/dev/loop b 640 0 0 7 0 0 1 2
+/dev/ptmx c 666 0 0 5 2 0 0 -
#/dev/ttyS c 640 0 0 4 64 0 1 4
#/dev/psaux c 640 0 0 10 1 0 0 -
#/dev/rtc c 640 0 0 10 135 0 0 -
-#/dev/fd b 640 0 0 2 0 0 0 1
+#/dev/fd b 640 0 0 2 0 0 1 2
+#/dev/fd0d360 b 640 0 0 2 4 0 0 -
+#/dev/fd1d360 b 640 0 0 2 5 0 0 -
+#/dev/fd0h1200 b 640 0 0 2 8 0 0 -
+#/dev/fd1h1200 b 640 0 0 2 9 0 0 -
+#/dev/fd0u1440 b 640 0 0 2 28 0 0 -
+#/dev/fd1u1440 b 640 0 0 2 29 0 0 -
+#/dev/fd0u2880 b 640 0 0 2 32 0 0 -
+#/dev/fd1u2880 b 640 0 0 2 33 0 0 -
#
# User-mode Linux stuff
/dev/ubda b 640 0 0 98 0 0 0 -
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
+