mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-10-30 00:14:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| set -e
 | |
| 
 | |
| # we want a really minimal image
 | |
| apt-get purge -y locales
 | |
| 
 |