mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-03 18:34:11 +00:00 
			
		
		
		
	Import patches-unapplied version 2.331 to ubuntu/wily-proposed
Imported using git-ubuntu import.
Changelog parent: 2840dc63ee3069e833ee370b19dc4ae3080aadc8
New changelog entries:
  * merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on
    snappy.
			
			
This commit is contained in:
		
							parent
							
								
									2840dc63ee
								
							
						
					
					
						commit
						9cc1a68ad1
					
				
							
								
								
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,10 @@
 | 
			
		||||
livecd-rootfs (2.331) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on
 | 
			
		||||
    snappy.
 | 
			
		||||
 | 
			
		||||
 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 09 Jul 2015 16:41:53 +0200
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.330) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * fix another quoting issue in snappy
 | 
			
		||||
 | 
			
		||||
@ -1,9 +0,0 @@
 | 
			
		||||
#!/bin/sh -x
 | 
			
		||||
 | 
			
		||||
if=eth0
 | 
			
		||||
 | 
			
		||||
# Manually configure the first ethernet device
 | 
			
		||||
cat >/etc/network/interfaces.d/"$if"<<EOT
 | 
			
		||||
allow-hotplug $if
 | 
			
		||||
iface $if inet dhcp
 | 
			
		||||
EOT
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user