From 95445a675b8ebc4cb83338220d44fa9f7d5776f2 Mon Sep 17 00:00:00 2001 From: arcolinuxz Date: Thu, 24 Mar 2022 14:39:43 +0100 Subject: [PATCH] compare --- archiso/airootfs/etc/systemd/network/20-ethernet.network | 3 +++ archiso/packages.x86_64 | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/archiso/airootfs/etc/systemd/network/20-ethernet.network b/archiso/airootfs/etc/systemd/network/20-ethernet.network index f2a7d60..9ada778 100644 --- a/archiso/airootfs/etc/systemd/network/20-ethernet.network +++ b/archiso/airootfs/etc/systemd/network/20-ethernet.network @@ -1,4 +1,7 @@ [Match] +# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*). +# See https://bugs.archlinux.org/task/70892 +# Instead match by globbing the network interface name. Name=en* Name=eth* diff --git a/archiso/packages.x86_64 b/archiso/packages.x86_64 index a964872..d441702 100644 --- a/archiso/packages.x86_64 +++ b/archiso/packages.x86_64 @@ -260,4 +260,5 @@ mkinitcpio-openswap #timeshift #grub-btrfs -#timeshift-autosnap \ No newline at end of file +#timeshift-autosnap +git