From: Daan De Meyer Date: Mon, 1 Aug 2022 09:23:16 +0000 (+0200) Subject: action: Drop vm-vt workaround X-Git-Tag: v14~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206cf2097beab87255f246455da17281c09435c0;p=thirdparty%2Fmkosi.git action: Drop vm-vt workaround Jammy's systemd version is recent enough that the file is there already and we don't need to add it ourselves anymore. --- diff --git a/action.yaml b/action.yaml index 534092b78..092292be2 100644 --- a/action.yaml +++ b/action.yaml @@ -44,24 +44,6 @@ runs: sudo pacman-key --init sudo pacman-key --populate archlinux - sudo tee /etc/systemd/network/80-vm-vt.network > /dev/null <<- EOF - [Match] - Name=vt-* - Driver=tun - - [Network] - # Default to using a /28 prefix, giving up to 13 addresses per VM. - Address=0.0.0.0/28 - LinkLocalAddressing=yes - DHCPServer=yes - IPMasquerade=yes - LLDP=yes - EmitLLDP=customer-bridge - IPv6PrefixDelegation=yes - EOF - - sudo systemctl restart systemd-networkd - env: BUILDDIR: build