1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-25 09:53:22 -05:00

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.
This commit is contained in:
freesource 2001-12-03 06:39:18 +00:00
parent 48bb58db50
commit 02432cd13b

View File

@ -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