Hassio Version 1.10 - no connections folder in hass-boot

I just downloaded and flashed Version 1-10 (hassos_rpi3-1.10.img.gz), and there is no /system-connections/ folder to set my static IP. (My router is too old to remember IP addresses, with DHCP it changes every time a device is connected).

Do I need to flash again? Should I revert back to Version 1.9? How do I set a static IP in HassIO?

Not sure but I‘d just try to shutdown, add the config and boot again.

Already had a look at this?

Bobby_Nobble pointed me in the right direction to set the static IP in the router. It never occurred to me that the correct search term was “Static Lease”.

To close the thread:

I found this on GitHub:

  • Format a USB thumb drive named CONFIG
  • Create the network folder and a file named my-network inside it.
    • Edit my-network and add the following:

      [connection]
      id=hassos-network
      uuid=d55162b4-6152-4310-9312-8f4c54d86afa
      type=802-3-ethernet

      [ipv4]
      method=manual
      address1=192.168.1.128/24,192.168.1.1
      dns=8.8.8.8;8.8.4.4;

      [ipv6]
      addr-gen-mode=stable-privacy
      method=auto