Skip to content

Commit 8facea4

Browse files
committed
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. Extend the configuration to cover all potential network interfaces in order to allow fuzzing with other network interfaces (such as virtio-net). Signed-off-by: Bjoern Doebel <doebel@amazon.de>
1 parent 7344ede commit 8facea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create-ec2-rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ systemctl enable systemd-networkd
136136
137137
cat << EOF > /etc/systemd/network/ether.network
138138
[Match]
139-
Driver=e1000
139+
Name=*
140140
141141
[Network]
142142
DHCP=yes

0 commit comments

Comments
 (0)