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/target_skeleton/etc/fstab | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sources/target_skeleton') 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