mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Turn DEVFS on by default.
You may need to turn this off if you you vinum. Apart from that I know of no reason not to run with DEVFS.
This commit is contained in:
parent
d38b8dbfc8
commit
b0254d109c
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ options NFS_ROOT #NFS usable as root device, NFS required
|
|||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
|
||||
#options DEVFS #Device Filesystem
|
||||
options DEVFS #Device Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ options NFS_ROOT #NFS usable as root device, NFS required
|
|||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
|
||||
#options DEVFS #Device Filesystem
|
||||
options DEVFS #Device Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
|
||||
|
|
|
|||
Loading…
Reference in a new issue