forked from ungleich-public/cdist
		
	support for bind mounts
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								c740c96890
							
						
					
				
			
			
				commit
				
					
						b8fcd30a37
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -44,6 +44,11 @@ for object in $(find "$__global/object/__install_mount" -type d -name "$__cdist_
 | 
			
		|||
      tmpfs)
 | 
			
		||||
         pass=0
 | 
			
		||||
      ;;
 | 
			
		||||
      bind)
 | 
			
		||||
         pass=0
 | 
			
		||||
         type=none
 | 
			
		||||
         options="bind,$options"
 | 
			
		||||
      ;;
 | 
			
		||||
      *)
 | 
			
		||||
         pass=1
 | 
			
		||||
      ;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue