mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 10:54:07 +00:00 
			
		
		
		
	tarball and still on the system if ubuntu-core-upgrader performs a "format" (LP: #1447652)
		
			
				
	
	
		
			8 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
 | 
						|
    mkdir -p /boot/uboot
 | 
						|
fi
 |