blob: 1292a48ef4d4d2b2f845107800cb2b46cd2faaa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
============================================================================
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.
============================================================================
|