diff --git a/packer/files/user-data_cdev b/packer/files/user-data_cdev index 82716ee..bd66839 100644 --- a/packer/files/user-data_cdev +++ b/packer/files/user-data_cdev @@ -33,10 +33,3 @@ network: eth1: dhcp4: yes dhcp6: yes - wifis: - wlan0: - dhcp4: yes - dhcp6: yes - access-points: - "ATTjrThnDS": - password: "b#ifs9zv5epx" diff --git a/packer/ubuntu-boards.yml b/packer/ubuntu-boards.yml index 392d19e..7a3f8d4 100644 --- a/packer/ubuntu-boards.yml +++ b/packer/ubuntu-boards.yml @@ -26,3 +26,14 @@ boards: - scripts/setup-base.sh - scripts/setup-ssh.sh - scripts/setup-cdev.sh + - version: 22.04.2 + size: 32G + name: cm4-router-ubuntu-22.04.2.img + files: + - source: files/user-data_router + destination: /boot/firmware/user-data + - source: files/netplan-router.yaml + destination: /etc/netplan/10-network.yaml + scripts: + - scripts/setup-base.sh + - scripts/setup-ssh.sh