From 523224e63efeb74fc0bbd038a25a10772756ca46 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 31 Dec 2005 01:50:10 +0000 Subject: 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. --- examples/example/ezjail.flavour | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'examples') 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 @@ # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' -# ezjails init script tries to install all files listed here from the path -# /config to the corresponding location inside the jail. Directories are being -# copied recursively. +# ezjail-admin script installs all files found in FLAVOUR/root to the +# new jail's root +# +# Files or directories that should not belong to root:wheel will be +# chowned -R according to the following variable +# # Format is as follows: # # user:group:file(s) # # Example: # -# ezjail_flavour_files='root:wheel:/etc/*.conf \ -# root:wheel:/etc/localtime \ -# admin:wheel:/home/admin/' +# ezjail_flavour_files='admin:wheel:/home/admin/' -- cgit v1.2.3