mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Update NFS_ROOT comments to reflect the NFSCLIENT option
instead of the depricated NFS option. Reviewed by: peter
This commit is contained in:
parent
842d1c6c96
commit
22374865a2
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ options SOFTUPDATES #Enable FFS soft updates support
|
|||
options MD_ROOT #MD is a potential root device
|
||||
options NFSCLIENT #Network Filesystem Client
|
||||
options NFSSERVER #Network Filesystem Server
|
||||
options NFS_ROOT #NFS usable as root device, NFS required
|
||||
options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ options SOFTUPDATES #Enable FFS soft updates support
|
|||
options MD_ROOT #MD is a potential root device
|
||||
options NFSCLIENT #Network Filesystem Client
|
||||
options NFSSERVER #Network Filesystem Server
|
||||
options NFS_ROOT #NFS usable as root device, NFS required
|
||||
options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue