diff options
author | P. J. McDermott <pj@pehjota.net> | 2020-10-20 11:27:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2020-10-20 11:27:27 (EDT) |
commit | 6c0e727de9959f6bd47de066cd22cf112c5fb105 (patch) | |
tree | 87529c765f8630f910fd34106be67ef40c235a41 /hosts/nas1/postinst | |
parent | 1fd35668169484c6eb780bc199fd010518efa8b4 (diff) | |
download | pc-inst-6c0e727de9959f6bd47de066cd22cf112c5fb105.zip pc-inst-6c0e727de9959f6bd47de066cd22cf112c5fb105.tar.gz pc-inst-6c0e727de9959f6bd47de066cd22cf112c5fb105.tar.bz2 |
nas1: Update Ethernet interface name
Diffstat (limited to 'hosts/nas1/postinst')
-rw-r--r-- | hosts/nas1/postinst | 5 |
1 files changed, 2 insertions, 3 deletions
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. |