Skip to content

Commit d6b2ee5

Browse files
bjoerndtarasmadan
authored andcommitted
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>
1 parent a4fa04e commit d6b2ee5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/create-ec2-rootfs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ dnf install -y \
135135
systemctl enable systemd-networkd
136136
137137
cat << EOF > /etc/systemd/network/ether.network
138-
[Match]
139-
Driver=e1000
140-
141138
[Network]
142139
DHCP=yes
143140
EOF

0 commit comments

Comments
 (0)