From 6c0e727de9959f6bd47de066cd22cf112c5fb105 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 20 Oct 2020 11:27:27 -0400 Subject: nas1: Update Ethernet interface name --- diff --git a/hosts/nas1/postinst b/hosts/nas1/postinst index 82d4d26..d2083e0 100644 --- a/hosts/nas1/postinst +++ b/hosts/nas1/postinst @@ -20,9 +20,8 @@ cat 1>"${target}/etc/network/interfaces" 0<<-EOF auto lo iface lo inet loopback - # FIXME - auto eth0 - iface eth0 inet dhcp + auto enp1s0 + iface enp1s0 inet dhcp EOF # Configure NFS. -- cgit v0.9.1