mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
fdfd7a5bfe
FiST (File System Translator) is a language for describing stackable file systems. Fistgen is the FiST language code translator. This package includes sources for fistgen and stackable templates for several operating systems. Author: Erez Zadok <ezk@cs.sunysb.edu> WWW: http://www.filesystems.org/ PR: ports/100580 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
22 lines
679 B
Plaintext
22 lines
679 B
Plaintext
============================================================================
|
|
|
|
Templates were installed in %%DATADIR%%.
|
|
Examples were installed in %%EXAMPLESDIR%%.
|
|
|
|
To generate example filesystem you should copy
|
|
%%DATADIR%%/templates
|
|
into your working directory and specify path to description of
|
|
filesystem you want to build, e.g.:
|
|
cd /work
|
|
mkdir myfs
|
|
cp -rf %%DATADIR%%/templates myfs/
|
|
cd myfs
|
|
fistgen %%EXAMPLESDIR%%/tests/aclfs.fist
|
|
|
|
Then you can chdir to out/OS-VER/FSNAME and type 'make'.
|
|
|
|
See %%DOCSDIR%%/README, %%DOCSDIR%%/INSTALL
|
|
and http://www.filesystems.org for further instructions.
|
|
|
|
============================================================================
|