Initial commit

This commit is contained in:
2018-04-11 04:13:19 +02:00
commit 266e536732
8 changed files with 2222 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
## ========================================================
## - Configuration File for "create-lx-container.sh" Script
## ========================================================
# - LXC_ROOT_DIR
# -
# - The directory where all the LX-Containers are stored.
# -
# - Defaults to: LXC_ROOT_DIR="/var/lib/lxc"
# -
#LXC_ROOT_DIR="/var/lib/lxc"
# - LXC_DIST
# -
# - The Linux distribution used for the new LX-Container.
# -
# - Defaults to: LXC_DIST="debian"
# -
#LXC_DIST="debian"