Skip to content

Commit

Permalink
mkosi-podvm: Remove NetworkManager from s390x fedora image
Browse files Browse the repository at this point in the history
Both NetworkManager and systemd-networkd are currently installed
and each tries to obtain an IP address from an DHCP server. This
results in two IP addresses assigned to a single network interface
of a booted pod VM. The agent-protocol-forwarder process fails to
start when multiple IP addresses are assigned.

This patch removes NetworkManager from s390x fedora image, and fix
the error of agent-protocol-forwarder.

Fixes #1893

Signed-off-by: Yohei Ueda <[email protected]>
  • Loading branch information
yoheiueda authored and Qi Feng Huo committed Jul 2, 2024
1 parent 526b216 commit 20cc002
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ PathExists=../../resources/buildS390xImage
[Content]
Bootable=no
Packages=s390utils
dhclient
NetworkManager
cloud-init
cloud-utils-growpart

Expand Down

0 comments on commit 20cc002

Please sign in to comment.