aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-ec2-rootfs.sh
diff options
context:
space:
mode:
authorBjoern Doebel <doebel@amazon.de>2025-05-14 11:06:33 +0200
committerTaras Madan <tarasmadan@google.com>2025-05-14 16:31:52 +0000
commitd6b2ee52f92b682a62ba035044dea44d013bf7ec (patch)
tree52d69c8227c22ea2d1180b27eae6f46f9ef707d8 /tools/create-ec2-rootfs.sh
parenta4fa04ef178601d46ebb3b4233c05c736fbaf9b3 (diff)
tools: widen network DHCP configuration for EC2 Root FS
The current EC2/AL2023 root file system only works for systems using the Intel e1000 driver. Remove the match clause to support all potential network interfaces and allow fuzzing with other network interfaces (such as virtio-net). Signed-off-by: Bjoern Doebel <doebel@amazon.de>
Diffstat (limited to 'tools/create-ec2-rootfs.sh')
-rwxr-xr-xtools/create-ec2-rootfs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/create-ec2-rootfs.sh b/tools/create-ec2-rootfs.sh
index fb5a2062d..1ff138a04 100755
--- a/tools/create-ec2-rootfs.sh
+++ b/tools/create-ec2-rootfs.sh
@@ -135,9 +135,6 @@ dnf install -y \
systemctl enable systemd-networkd
cat << EOF > /etc/systemd/network/ether.network
-[Match]
-Driver=e1000
-
[Network]
DHCP=yes
EOF