Je veux créer une VM Ubuntu 14.04 avec une configuration virt-install et preseed. J'ai fourni :
d-i netcfg/enable boolean true
d-i netcfg/choose_interface select auto
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_ipaddress string 192.168.1.210
d-i netcfg/get_netmask string /24
d-i netcfg/get_gateway string 192.168.1.254
d-i netcfg/get_hostname string ubuntu.com
d-i netcfg/get_nameservers string 8.8.8.8
d-i netcfg/confirm_static boolean true
Mais de toute façon, j'ai un autre ip dans la VM invitée. J'ai besoin de votre aide