mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Fix wandboard to include tmpfs, mbr and bsd labels.
PR: 187606 Submitted by: Takanori Sawada
This commit is contained in:
parent
7696168706
commit
2d84578fc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263207
@ -35,10 +35,13 @@ options NFSCL # New Network Filesystem Client
|
||||
#options NFSD # New Network Filesystem Server
|
||||
options NFSLOCKD # Network Lock Manager
|
||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||
options TMPFS # Efficient memory filesystem
|
||||
options MSDOSFS # MSDOS Filesystem
|
||||
options CD9660 # ISO 9660 Filesystem
|
||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options GEOM_PART_BSD # BSD partition scheme
|
||||
options GEOM_PART_MBR # MBR partition scheme
|
||||
options GEOM_PART_GPT # GUID Partition Tables.
|
||||
options GEOM_LABEL # Provides labelization
|
||||
options KTRACE # ktrace(1) support
|
||||
|
Loading…
Reference in New Issue
Block a user