forked from ungleich-public/cdist
		
	Install lsb-release in preos
Several types use the lsb_release command to determine the distribution, if this command is missing unexpected things will happen.
This commit is contained in:
		
					parent
					
						
							
								348867ff6a
							
						
					
				
			
			
				commit
				
					
						78d7d91e42
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -38,6 +38,7 @@ DEFAULT_MANIFEST = """
 | 
				
			||||||
for pkg in \
 | 
					for pkg in \
 | 
				
			||||||
    file \
 | 
					    file \
 | 
				
			||||||
    linux-image-amd64 \
 | 
					    linux-image-amd64 \
 | 
				
			||||||
 | 
					    lsb-release \
 | 
				
			||||||
    openssh-server curl \
 | 
					    openssh-server curl \
 | 
				
			||||||
    syslinux grub2 \
 | 
					    syslinux grub2 \
 | 
				
			||||||
    gdisk util-linux lvm2 mdadm \
 | 
					    gdisk util-linux lvm2 mdadm \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue