diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-12-31 01:50:10 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-12-31 01:50:10 +0000 |
commit | 523224e63efeb74fc0bbd038a25a10772756ca46 (patch) | |
tree | 5b8f2601b204ca06cf23bf1207d27ed88965c2b9 /examples | |
parent | ddbf80c98fe09ea26c09cf4a9e04e5f8fb383c1c (diff) |
Flavours now head to their final layout:
the whole bunch of stuff found below flavour dir is being installed into the new jails root, including the flavour config, packages and files.
The startup scripts now only creates users, chowns the files it is told to and installs packages.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example/ezjail.flavour | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index eee2a67..25ae08d 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour | |||
@@ -17,15 +17,16 @@ | |||
17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ |
18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' | 18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' |
19 | 19 | ||
20 | # ezjails init script tries to install all files listed here from the path | 20 | # ezjail-admin script installs all files found in FLAVOUR/root to the |
21 | # /config to the corresponding location inside the jail. Directories are being | 21 | # new jail's root |
22 | # copied recursively. | 22 | # |
23 | # Files or directories that should not belong to root:wheel will be | ||
24 | # chowned -R according to the following variable | ||
25 | # | ||
23 | # Format is as follows: | 26 | # Format is as follows: |
24 | # | 27 | # |
25 | # user:group:file(s) | 28 | # user:group:file(s) |
26 | # | 29 | # |
27 | # Example: | 30 | # Example: |
28 | # | 31 | # |
29 | # ezjail_flavour_files='root:wheel:/etc/*.conf \ | 32 | # ezjail_flavour_files='admin:wheel:/home/admin/' |
30 | # root:wheel:/etc/localtime \ | ||
31 | # admin:wheel:/home/admin/' | ||