mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	add mp settings to apt
This commit is contained in:
		@@ -11,7 +11,11 @@
 | 
				
			|||||||
LXC_TEMPLATE_VERSION="debian-12-standard"
 | 
					LXC_TEMPLATE_VERSION="debian-12-standard"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Create sharefs mountpoint
 | 
					# Create sharefs mountpoint
 | 
				
			||||||
LXC_MP="1"
 | 
					LXC_MP=0
 | 
				
			||||||
 | 
					# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank)
 | 
				
			||||||
 | 
					LXC_SHAREFS_MOUNTPOINT="srv"
 | 
				
			||||||
 | 
					# Defines the recordsize of mp0
 | 
				
			||||||
 | 
					LXC_MP_RECORDSIZE="16K"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Create unprivileged container
 | 
					# Create unprivileged container
 | 
				
			||||||
LXC_UNPRIVILEGED="1"
 | 
					LXC_UNPRIVILEGED="1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user