PROCFS requires PSEUDOFS.

This commit is contained in:
Dag-Erling Smørgrav 2001-12-04 11:17:30 +00:00
parent 40f0fe3883
commit 3cdd7aa817
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87341
5 changed files with 10 additions and 5 deletions

View File

@ -58,7 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 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 COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console options UCONSOLE #Allow users to grab the console

View File

@ -58,7 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 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 COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console options UCONSOLE #Allow users to grab the console

View File

@ -27,7 +27,8 @@ options NFSSERVER #Network Filesystem Server
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem options "CD9660" #ISO 9660 Filesystem
options NFS_ROOT #NFS usable as root device options NFS_ROOT #NFS usable as root device
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 "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console options UCONSOLE #Allow users to grab the console

View File

@ -43,7 +43,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device, requires NFSCLIENT options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 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 COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console options UCONSOLE #Allow users to grab the console

View File

@ -43,7 +43,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 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 COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console options UCONSOLE #Allow users to grab the console