preseed.cfg: be consistent with static network configuration
Set the default static network to the one libvirt defines as "Userspace SLIRP stack", which corresponds to the "-net user" option in QEMU. It thus reflects the value for mirror/http/hostname.
This commit is contained in:
		
							parent
							
								
									df20e1dc40
								
							
						
					
					
						commit
						2e281752fb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -19,10 +19,10 @@ d-i netcfg/dhcp_timeout string 60 | ||||||
| #d-i netcfg/disable_dhcp boolean true | #d-i netcfg/disable_dhcp boolean true | ||||||
| 
 | 
 | ||||||
| # Static network configuration. | # Static network configuration. | ||||||
| d-i netcfg/get_nameservers string 192.168.99.1 | d-i netcfg/get_nameservers string 10.0.2.3 | ||||||
| d-i netcfg/get_ipaddress string 192.168.99.42 | d-i netcfg/get_ipaddress string 10.0.2.99 | ||||||
| d-i netcfg/get_netmask string 255.255.255.0 | d-i netcfg/get_netmask string 255.255.255.0 | ||||||
| d-i netcfg/get_gateway string 192.168.99.1 | d-i netcfg/get_gateway string 10.0.2.2 | ||||||
| d-i netcfg/confirm_static boolean true | d-i netcfg/confirm_static boolean true | ||||||
| 
 | 
 | ||||||
| # Any hostname and domain names assigned from dhcp take precedence over | # Any hostname and domain names assigned from dhcp take precedence over | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue