Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BFS_FS
0003         tristate "BFS file system support"
0004         depends on BLOCK
0005         help
0006           Boot File System (BFS) is a file system used under SCO UnixWare to
0007           allow the bootloader access to the kernel image and other important
0008           files during the boot process.  It is usually mounted under /stand
0009           and corresponds to the slice marked as "STAND" in the UnixWare
0010           partition.  You should say Y if you want to read or write the files
0011           on your /stand slice from within Linux.  You then also need to say Y
0012           to "UnixWare slices support", below.  More information about the BFS
0013           file system is contained in the file
0014           <file:Documentation/filesystems/bfs.rst>.
0015 
0016           If you don't know what this is about, say N.
0017 
0018           To compile this as a module, choose M here: the module will be called
0019           bfs.  Note that the file system of your root partition (the one
0020           containing the directory /) cannot be compiled as a module.