diff options
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 53b692f..f0835e8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -677,11 +677,9 @@ options PORTAL #Portal filesystem options PROCFS #Process filesystem options UMAPFS #UID map filesystem options UNION #Union filesystem +options DEVFS #devices filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' -options CD9660_ROOT #CD-ROM usable as root device -options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device -options DEVFS #devices filesystem # This code enables IFS, an FFS which exports inodes as the namespace. # You can find details in src/sys/ufs/ifs/README . options IFS |