Skip to content

Commit

Permalink
Revert to ens33 (#61)
Browse files Browse the repository at this point in the history
Reverting `ens192` to `ens33` from  PR #53 to address #56.
  • Loading branch information
Ryan Johnson authored Sep 28, 2021
1 parent 0fd20e6 commit 643c2df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ autoinstall:
network:
version: 2
ethernets:
ens192:
ens33:
dhcp4: true
ssh:
install-server: true
Expand All @@ -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}

0 comments on commit 643c2df

Please sign in to comment.