mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 10:54:07 +00:00 
			
		
		
		
	Import patches-unapplied version 2.330 to ubuntu/wily-proposed
Imported using git-ubuntu import. Changelog parent: 1d69cd75b2aa568aa3c8c582f7aadb368fc95d56 New changelog entries: * fix another quoting issue in snappy
This commit is contained in:
		
							parent
							
								
									1d69cd75b2
								
							
						
					
					
						commit
						2840dc63ee
					
				
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,9 @@
 | 
			
		||||
livecd-rootfs (2.330) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * fix another quoting issue in snappy
 | 
			
		||||
 | 
			
		||||
 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 09 Jul 2015 12:11:55 +0200
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.329) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Łukasz Zemczak ]
 | 
			
		||||
 | 
			
		||||
@ -42,8 +42,8 @@ mkdir -p $TMPDIR/assets/
 | 
			
		||||
 # and all others grub
 | 
			
		||||
 # common bits
 | 
			
		||||
 cat > $TMPDIR/hardware.yaml << EOF
 | 
			
		||||
kernel: assets/$(basename "$kernel")
 | 
			
		||||
initrd: assets/$(basename "$initrd")
 | 
			
		||||
kernel: assets/$(basename $kernel)
 | 
			
		||||
initrd: assets/$(basename $initrd)
 | 
			
		||||
partition-layout: system-AB
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user