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" ...@@ -8,7 +8,6 @@ ipv6_netmask: "/128"
ipv4_gateway: "49.12.124.65" ipv4_gateway: "49.12.124.65"
ipv6_gateway: "fe80::1" ipv6_gateway: "fe80::1"
filesystem: "btrfs" filesystem: "btrfs"
network_interface: "en*"
system_disks: system_disks:
- /dev/sda - /dev/sda
- /dev/sdb - /dev/sdb
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
hostname: "archlinux-packer" hostname: "archlinux-packer"
dhcp: true dhcp: true
network_interface: "en*"
filesystem: btrfs filesystem: btrfs
system_disks: system_disks:
- /dev/sda - /dev/sda
...@@ -8,7 +8,6 @@ ipv6_netmask: "/128" ...@@ -8,7 +8,6 @@ ipv6_netmask: "/128"
ipv4_gateway: "116.202.134.129" ipv4_gateway: "116.202.134.129"
ipv6_gateway: "fe80::1" ipv6_gateway: "fe80::1"
filesystem: "btrfs" filesystem: "btrfs"
network_interface: "en*"
system_disks: system_disks:
- /dev/nvme0n1 - /dev/nvme0n1
- /dev/nvme1n1 - /dev/nvme1n1
......
--- ---
chroot_path: "" 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