update board defs

This commit is contained in:
Kyle Isom 2023-04-29 18:02:22 -07:00
parent ac380ec983
commit 1405580623
2 changed files with 11 additions and 7 deletions

View File

@ -33,10 +33,3 @@ network:
eth1:
dhcp4: yes
dhcp6: yes
wifis:
wlan0:
dhcp4: yes
dhcp6: yes
access-points:
"ATTjrThnDS":
password: "b#ifs9zv5epx"

View File

@ -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