From ee598dd2dee2de9db189c7a47a7d7afbeb85c040 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Oct 2002 20:35:30 +0000 Subject: Fix the /dev/fd* entries. Add /dev/ptmx. Properly support the devpts filesystem. -Erik --- sources/device_table.txt | 11 ++++++++++- sources/target_skeleton/etc/fstab | 4 +++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'sources') 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. # # -/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 + -- cgit v1.2.3