diff --git a/build-tests/x86/test-image-vmx-lvm/root.tar.gz b/build-tests/x86/test-image-vmx-lvm/root.tar.gz deleted file mode 100644 index f68b9878..00000000 Binary files a/build-tests/x86/test-image-vmx-lvm/root.tar.gz and /dev/null differ diff --git a/build-tests/x86/test-image-vmx-lvm/root/etc/sysconfig/network/ifcfg-lan0 b/build-tests/x86/test-image-vmx-lvm/root/etc/sysconfig/network/ifcfg-lan0 new file mode 100644 index 00000000..b01f9e19 --- /dev/null +++ b/build-tests/x86/test-image-vmx-lvm/root/etc/sysconfig/network/ifcfg-lan0 @@ -0,0 +1,4 @@ +BOOTPROTO='dhcp' +MTU='' +REMOTE_IPADDR='' +STARTMODE='onboot' diff --git a/build-tests/x86/test-image-vmx-lvm/root/etc/udev/rules.d/70-persistent-net.rules b/build-tests/x86/test-image-vmx-lvm/root/etc/udev/rules.d/70-persistent-net.rules new file mode 100644 index 00000000..8865e787 --- /dev/null +++ b/build-tests/x86/test-image-vmx-lvm/root/etc/udev/rules.d/70-persistent-net.rules @@ -0,0 +1 @@ +SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="?*", NAME="lan0"