Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion uniclogs/meta/customizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ mmdebstrap:
packages:
- bc
- build-essential
- dbus
- fdisk
- gpiod
- i2c-tools
- iproute2
- libgpiod-dev
- libhamlib-utils
- netcat-openbsd
- net-tools
- python3-dev
- python3-hamlib
- python3-libgpiod
- python3-pip
- vim
install-recommends: false
customize-hooks:
- chroot $1 raspi-config nonint do_i2c 0
Expand All @@ -23,5 +27,5 @@ mmdebstrap:
- cat /home/imagegen/uniclogs/misc/append-to-boot-config.txt >> $1/boot/firmware/config.txt
- chroot $1 chown -R uniclogs:uniclogs /home/uniclogs/bin
- chroot $1 usermod -a -G gpio uniclogs
- chroot $1 systemctl enable rotctld.service stationd.service
- chroot $1 systemctl enable rotctld.service stationd.service systemd-networkd.service
- chroot $1 sh -c 'echo RuntimeWatchdogSec=5 >> /etc/systemd/system.conf'
5 changes: 5 additions & 0 deletions uniclogs/overlay/etc/systemd/network/01-eth0.network
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Match]
Name=en* eth*

[Network]
Address=10.10.1.5/24