From 02432cd13b29cd6841602c14151516b4ba60cbe4 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 3 Dec 2001 06:39:18 +0000 Subject: [PATCH] This comments out the devpts, since psuedo terminals aren't necessarily required by this mini-dist, some kernels may not support it, but devfs automatically mounts this. --- yard/replacements/etc/fstab.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yard/replacements/etc/fstab.example b/yard/replacements/etc/fstab.example index d15e884..7799f22 100644 --- a/yard/replacements/etc/fstab.example +++ b/yard/replacements/etc/fstab.example @@ -7,7 +7,7 @@ /dev/ram0 / ext2 defaults # /dev/ubd/0 / ext2 defaults 1 1 # If you have this, uncomment it. -devpts /dev/pts devpts mode=0622 0 0 +# devpts /dev/pts devpts mode=0622 0 0 /proc /proc proc defaults # swapon swapfile created by make_swapfile from make_debian-x11. /swapfile none swap sw 0 0