.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config CRAMFS |
---|
2 | 3 | tristate "Compressed ROM file system support (cramfs)" |
---|
3 | 4 | select ZLIB_INFLATE |
---|
.. | .. |
---|
8 | 9 | limited to 256MB file systems (with 16MB files), and doesn't support |
---|
9 | 10 | 16/32 bits uid/gid, hard links and timestamps. |
---|
10 | 11 | |
---|
11 | | - See <file:Documentation/filesystems/cramfs.txt> and |
---|
| 12 | + See <file:Documentation/filesystems/cramfs.rst> and |
---|
12 | 13 | <file:fs/cramfs/README> for further information. |
---|
13 | 14 | |
---|
14 | 15 | To compile this as a module, choose M here: the module will be called |
---|