From 8ecb091490694cac242e47def7e902942fde2ffe Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:34:39 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61d216c..e0ee6e7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Mount points make it easy to destroy and recreate jails without losing data. Eac Some of the scripts have variables that should be set before running. These could include passwords, server values, and database names. Most will be set randomly, but some require user intervention. Each applications README file will let you know what to do. +Variable that should be changed are listed on the README file of each app. Any variables that are not listed, should not be changed unless there is a really good reason to do so. + ## Jail Properties Some applications require certain jail properties to be activated. You will have to do so with whichever jail manager you are using. They should all have a way to set jail properties. + +Examples + - `iocage fstab -a jailname /path/on/host /path/inside/jail nullfs rw 0 0` + - `bastille mount jailname /path/on/host /path/inside/jail nullfs rw 0 0`