diff options
author | des <des@FreeBSD.org> | 2001-12-04 11:17:30 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-04 11:17:30 +0000 |
commit | 7810400c8f56f4d69702450f2907e8a59e3ca4a5 (patch) | |
tree | 6ed9402f1a5284ab43686219f4eebf3f6b55fba4 /sys/i386/conf | |
parent | 9d903750d784f5c8256b4d44aab60d6cbd36a89c (diff) | |
download | FreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.zip FreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.tar.gz |
PROCFS requires PSEUDOFS.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/NEWCARD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 717905c..4cce8ec 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -43,7 +43,8 @@ options NFSSERVER #Network Filesystem Server options NFS_ROOT #NFS usable as root device, requires NFSCLIENT options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem -options PROCFS #Process filesystem +options PROCFS #Process filesystem (requires PSEUDOFS) +options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console |