This commit is contained in:
arcolinuxz 2022-03-24 14:39:43 +01:00
parent 38d646ff8f
commit 95445a675b
2 changed files with 5 additions and 1 deletions

View file

@ -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*

View file

@ -261,3 +261,4 @@ mkinitcpio-openswap
#timeshift
#grub-btrfs
#timeshift-autosnap
git