26 lines
		
	
	
		
			817 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			817 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Template used to create this container: /usr/share/lxc/templates/lxc-debian
 | 
						|
# Parameters passed to the template: -r bullseye
 | 
						|
# For additional config options, please look at lxc.container.conf(5)
 | 
						|
 | 
						|
# Uncomment the following line to support nesting containers:
 | 
						|
#lxc.include = /usr/share/lxc/config/nesting.conf
 | 
						|
# (Be aware this has security implications)
 | 
						|
 | 
						|
lxc.net.0.type = veth
 | 
						|
#lxc.net.0.hwaddr = 00:16:3e:5e:7b:d0
 | 
						|
lxc.net.0.link = lxcbr0
 | 
						|
lxc.net.0.flags = up
 | 
						|
lxc.apparmor.profile = generated
 | 
						|
lxc.apparmor.allow_nesting = 1
 | 
						|
# Use $LXCROOTFS variable which is different between mkvm.sh/editvm.sh
 | 
						|
lxc.rootfs.path = $LXCROOTFS
 | 
						|
 | 
						|
# Common configuration
 | 
						|
lxc.include = /usr/share/lxc/config/archlinux.common.conf
 | 
						|
 | 
						|
# Container specific configuration
 | 
						|
lxc.tty.max = 4
 | 
						|
lxc.uts.name = $VMNAME
 | 
						|
lxc.arch = amd64
 | 
						|
lxc.pty.max = 1024
 |