Update rootfs package to add mount initializer function. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
		
			
				
	
	
		
			8 lines
		
	
	
		
			69 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			69 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build !linux
 | 
						|
 | 
						|
package rootfs
 | 
						|
 | 
						|
const (
 | 
						|
	defaultInitializer = ""
 | 
						|
)
 |