bladerunner/packer/ubuntu-boards.yml

27 lines
751 B
YAML
Raw Normal View History

boards:
- version: 22.04.2
size: 32G
name: cm4-cnode-ubuntu-22.04.2.img
files:
- source: files/user-data_cnode
2023-04-13 16:58:11 +00:00
destination: /boot/firmware/user-data
scripts:
- scripts/setup-base.sh
2023-04-13 16:58:11 +00:00
- scripts/setup-ssh.sh
- version: 22.04.2
size: 32G
name: cm4-cdev-ubuntu-22.04.2.img
2023-04-13 16:58:11 +00:00
files:
- source: files/user-data_cdev
2023-04-13 16:58:11 +00:00
destination: /boot/firmware/user-data
- source: files/hosts
destination: /etc/hosts
- source: files/dnsmasq.conf
destination: /etc/dnsmasq.conf
- source: files/tailscale.service
destination: /etc/systemd/system/tailscale.service
2023-04-13 16:58:11 +00:00
scripts:
- scripts/setup-base.sh
2023-04-13 16:58:11 +00:00
- scripts/setup-ssh.sh
- scripts/setup-cdev.sh