highvight
highvight
Just fill the initial history with with more values. So instead of `history = [2]` do `history = [2,2,2]` This is indeed a small bug in main.py
@Bazmundi Perhaps this solution with flash helps you on the [related issue](https://github.com/hypriot/image-builder-rpi/issues/359#issuecomment-683513795)
I'm glad this has been brought up (see also #366 ). Apparently there are various ways to set up static ip adresses. Using the dhcpcd daemon is recommended since Raspbian...
This works for me: `flash -F network-config hypriotos-rpi-v1.12.3.img` Example for network-config: ``` version: 2 ethernets: eth0: addresses: - 192.168.1.100/255.255.255.0 ``` Notes: - Name the network config yaml exactly `network-config` -...