mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	Added locale and timezone variable
This commit is contained in:
		@@ -60,9 +60,15 @@ LXC_PWD="MYPASSWD"
 | 
				
			|||||||
# 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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define your favorite tools, you always want to have installed on your linux systems
 | 
					# Define some optional packages to install (your favourite tools on linux systems)
 | 
				
			||||||
LXC_TOOLSET="net-tools dnsutils mc sysstat lsb-release curl git"
 | 
					LXC_TOOLSET="net-tools dnsutils mc sysstat lsb-release curl git"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Define system timezone on LXC container
 | 
				
			||||||
 | 
					LXC_TIMEZONE="Europe/Berlin"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Define system language on LXC container (locales)
 | 
				
			||||||
 | 
					LXC_LOCALE="de_DE.utf8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
############### Zamba-Server-Section ###############
 | 
					############### Zamba-Server-Section ###############
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Domain Entries to samba/smb.conf. Will be also uses for samba domain-provisioning when zmb-pdc will choosen.
 | 
					# Domain Entries to samba/smb.conf. Will be also uses for samba domain-provisioning when zmb-pdc will choosen.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user