Skip to content

Commit dac8668

Browse files
committed
debian-guestfs: disable systemd-networkd-wait-online.service
This service is brain-dead for CI bringups, it keeps failing because we are re-configuring the networking outside of what systemd likes and it will wait forever hoping we will try abide. We already try hard to disable it, but its not enough, just disable the service at virt-builder guest image provisioning to completely remove it from our lives. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
1 parent 5bf754a commit dac8668

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/bringup_guestfs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ mkdir /etc/network/interfaces.d/
219219
append-line /etc/network/interfaces.d/enp1s0:auto enp1s0
220220
append-line /etc/network/interfaces.d/enp1s0:allow-hotplug enp1s0
221221
append-line /etc/network/interfaces.d/enp1s0:iface enp1s0 inet dhcp
222+
firstboot-command systemctl disable systemd-networkd-wait-online.service
222223
firstboot-command systemctl stop ssh
223224
firstboot-command DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true dpkg-reconfigure -p low --force openssh-server
224225
firstboot-command systemctl start ssh

0 commit comments

Comments
 (0)