blob: 8d8dfaef5d64200289c6cf4c36a9ac27b2cf81c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
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.
EOM
}
]
|