aboutsummaryrefslogtreecommitdiff
path: root/src/mkjail
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkjail')
-rwxr-xr-xsrc/mkjail16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mkjail b/src/mkjail
index 509bde3..49c6c8a 100755
--- a/src/mkjail
+++ b/src/mkjail
@@ -16,22 +16,6 @@
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-# Under the config file, adjust this to where your things live, for example:
-#
-# JAIL_ROOT="/vservers" # default folder where jails lives
-# STORAGE="/var/simplaret" # place where simplaret host its packages
-# SIMPLARET_CLEAN="1" # delete downloaded packages before installation
-# SIMPLARET_DELETE_DOWN="1" # delete donwloaded packages after installation
-# SIMPLARET_DELETE_DURING="1" # delete each package rigth after its installation
-# SIMPLARET_UPDATE="0" # simplaret --update before get the packages
-# SIMPLARET_PURGE_WEEKS="N" # purge cached packages older than N weeks
-# PATCHES_DIR=/var/simplaret/patches" # where your patches lives
-#
-# todo: - list of packages that could not be installed
-# - use swaret just for network mirrors
-# - installation order
-# - optionally execute chroot-upgrade after installation
-#
COMMON="/usr/libexec/simplepkg/common.sh"