summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-03 11:09:19 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-03 11:09:19 +0000
commit461be8890687ecdf1282f010f45682da8df6aa9c (patch)
tree826726a01428f99234e249c59edec0eefcc87826 /sources
parent72cfde1f998c68e8269ef8c372c1b67a7bd7bdb5 (diff)
downloadbuildroot-novena-461be8890687ecdf1282f010f45682da8df6aa9c.tar.gz
buildroot-novena-461be8890687ecdf1282f010f45682da8df6aa9c.zip
Mount devpts properly
Diffstat (limited to 'sources')
-rw-r--r--sources/target_skeleton/etc/fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab
index 42a4a6a85..6d33629a7 100644
--- a/sources/target_skeleton/etc/fstab
+++ b/sources/target_skeleton/etc/fstab
@@ -3,6 +3,6 @@
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext2 rw,noauto 0 1
proc /proc proc defaults 0 0
-devpts /dev/pts devpts defaults 0 0
+devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /tmp tmpfs defaults 0 0