blob: 7d5fccea852902909b5eaec55d210837a1f8a24d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
Now sqlfs filesystem is installed.
You can mount it by issuing
% sqlfs -o /path/to/sqlite/database /path/to/mountpoint
Alternatively you can supply database name via SQLFS_DBNAME env variable
For additional information see supplied documentation.
EOM
}
]
|