From 643c2dfad63dd8f12bd9a5f9e7504d47ac11ee9f Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 28 Sep 2021 12:36:21 -0400 Subject: [PATCH] Revert to ens33 (#61) Reverting `ens192` to `ens33` from PR #53 to address #56. --- .../linux/ubuntu-server-20-04-lts/http/user-data.pkrtpl.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/linux/ubuntu-server-20-04-lts/http/user-data.pkrtpl.hcl b/builds/linux/ubuntu-server-20-04-lts/http/user-data.pkrtpl.hcl index 946d1cd37..9d40e1b1c 100644 --- a/builds/linux/ubuntu-server-20-04-lts/http/user-data.pkrtpl.hcl +++ b/builds/linux/ubuntu-server-20-04-lts/http/user-data.pkrtpl.hcl @@ -18,7 +18,7 @@ autoinstall: network: version: 2 ethernets: - ens192: + ens33: dhcp4: true ssh: install-server: true @@ -32,4 +32,4 @@ autoinstall: - 'sed -i "s/dhcp4: true/&\n dhcp-identifier: mac/" /target/etc/netplan/00-installer-config.yaml' - echo '${build_username} ALL=(ALL) NOPASSWD:ALL' > /target/etc/sudoers.d/${build_username} - curtin in-target --target=/target -- chmod 440 /etc/sudoers.d/${build_username} - timezone: ${vm_guest_os_timezone} + timezone: ${vm_guest_os_timezone} \ No newline at end of file