1
0
mirror of synced 2026-04-15 15:49:48 +00:00

2007-11-21 18:55:39 by steve

Mount /dev/pts by default.
This commit is contained in:
steve
2007-11-21 18:55:39 +00:00
parent c8b687f76b
commit 5d6062133d

View File

@@ -65,6 +65,7 @@ cat <<E_O_FSTAB > ${prefix}/etc/fstab
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
none /dev/pts devpts mode=0620 0 0
E_O_FSTAB
for part in `seq 1 ${NUMPARTITIONS}`; do
eval "PARTITION=\"\${PARTITION${part}}\""