Skip to content
Snippets Groups Projects
Commit a8369f31 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Be consistent and use en* everywhere for matching ethernet interfaces

en is the prefix for ethernet according to systemd.net-naming-scheme(7)
parent 74462e62
No related branches found
No related tags found
1 merge request!355New networking role shared.
......@@ -8,7 +8,6 @@ ipv6_netmask: "/128"
ipv4_gateway: "49.12.124.65"
ipv6_gateway: "fe80::1"
filesystem: "btrfs"
network_interface: "en*"
system_disks:
- /dev/sda
- /dev/sdb
......
......@@ -2,7 +2,6 @@
hostname: "archlinux-packer"
dhcp: true
network_interface: "en*"
filesystem: btrfs
system_disks:
- /dev/sda
......@@ -8,7 +8,6 @@ ipv6_netmask: "/128"
ipv4_gateway: "116.202.134.129"
ipv6_gateway: "fe80::1"
filesystem: "btrfs"
network_interface: "en*"
system_disks:
- /dev/nvme0n1
- /dev/nvme1n1
......
---
chroot_path: ""
network_interface: "e*"
network_interface: "en*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment