--- etc/init.d/boot.localfs +++ etc/init.d/boot.localfs @@ -262,10 +262,8 @@ fi # HAVE_DEBUGFS=0 - DEVTMPFS=tmpfs while read dev type ; do test "$type" = "debugfs" && HAVE_DEBUGFS=1 - test "$type" = "devtmpfs" && DEVTMPFS=devtmpfs done < /proc/filesystems if test -d /sys/kernel/debug -a "$HAVE_DEBUGFS" = "1" -a -n "$REAL_MTAB" ; then @@ -275,7 +273,7 @@ /sbin/modprobe loop fi if test -n "$REAL_MTAB" ; then - mount -fv -t $DEVTMPFS -o mode=0755 $DEVTMPFS /dev + mount -fv -t tmpfs -o mode=0755 udev /dev rc_status mount -fv -t tmpfs -o mode=1777 tmpfs /dev/shm mount -fv -t devpts -o mode=0620,gid=5 devpts /dev/pts