forked from bashclub/zamba-lxc-toolbox
		
	Changed copyright information
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# IMPORTANT NOTE:
 | 
					# IMPORTANT NOTE:
 | 
				
			||||||
# Please adjust th settings in 'zamba.conf' to your needs before running the script
 | 
					# Please adjust th settings in 'zamba.conf' to your needs before running the script
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set Timezone
 | 
					# Set Timezone
 | 
				
			||||||
ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime
 | 
					ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source ./zamba.conf
 | 
					source ./zamba.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source ./zamba.conf
 | 
					source ./zamba.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
############### Linux Container Section ###############
 | 
					############### Linux Container Section ###############
 | 
				
			||||||
@@ -55,7 +55,7 @@ LXC_BRIDGE="vmbr80"
 | 
				
			|||||||
LXC_VLAN=""
 | 
					LXC_VLAN=""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# root password - take care to delete from this file
 | 
					# root password - take care to delete from this file
 | 
				
			||||||
LXC_PWD="MYPASSWD"
 | 
					LXC_PWD="S3cr3tp@ssw0rd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SSH-Key to add to authorized_keys
 | 
					# SSH-Key to add to authorized_keys
 | 
				
			||||||
LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
 | 
					LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
# Authors:
 | 
					# Authors:
 | 
				
			||||||
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
					# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
 | 
				
			||||||
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
					# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
 | 
				
			||||||
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
 | 
					# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source ./zamba.conf
 | 
					source ./zamba.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user