mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-03 18:34:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			455 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			455 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# This is the initial network config.
 | 
						|
# It can be overwritten by cloud-init or subiquity.
 | 
						|
# For more information, see netplan(5)
 | 
						|
 | 
						|
network:
 | 
						|
    version: 2
 | 
						|
    ethernets:
 | 
						|
        zz-all-en:
 | 
						|
            match:
 | 
						|
                name: "en*"
 | 
						|
            dhcp4: true
 | 
						|
            dhcp6: true
 | 
						|
            accept-ra: true
 | 
						|
        zz-all-eth:
 | 
						|
            match:
 | 
						|
                name: "eth*"
 | 
						|
            dhcp4: true
 | 
						|
            dhcp6: true
 | 
						|
            accept-ra: true
 |