Browse Source

compare

master
arcolinuxz 3 years ago
parent
commit
95445a675b
  1. 3
      archiso/airootfs/etc/systemd/network/20-ethernet.network
  2. 3
      archiso/packages.x86_64

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

3
archiso/packages.x86_64

@ -260,4 +260,5 @@ mkinitcpio-openswap
#timeshift
#grub-btrfs
#timeshift-autosnap
#timeshift-autosnap
git

Loading…
Cancel
Save