device-init icon indicating copy to clipboard operation
device-init copied to clipboard

Initialize a device on boot with user defined configuration

Results 16 device-init issues
Sort by recently updated
recently updated
newest added

Reopen of issue from flash-repo: [Issue 25](https://github.com/hypriot/flash/issues/25) Option for setting a static ip for eth0 would be a great addition. Thanks!

It is common for users to connect their Raspberry on a local WiFi. Currently its a relatively involved process. The [BerryLan]( https://github.com/nymea/berrylan) project makes that much simpler for newbies. Especially...

Added the ability to configure network interfaces via device-init.yaml. Extended configuration includes setting a static IP address, netmask, gateway dns-nameservers, and wifi config. Refactored the current wifi configuration option to...

Should this repo indicate somewhere in the README that (apparently) the now preferred way to provision on first boot is user-data?: https://blog.hypriot.com/post/cloud-init-cloud-on-hypriot-x64/

There is a problem with device-init ``` sudo device-init hostname set server1 sudo: unable to resolve host server1 panic: runtime error: index out of range goroutine 1 [running]: github.com/hypriot/device-init/cmd.activeInterfaces(0x0, 0x0,...

Add check for os hostname Add fix for regex expression

Currently the `make build` command produces an error, because the last version of `pry-byebug` requires ruby >= 2.2.0, and the default release with Debian Jessie is 2.1, so the build...

I don't know how this would be done, but here's the situation: I have a device that I'm moving from place to place and I'd like the wifi setup to...

Hi folks, similar to [image-builder-rpi](https://github.com/hypriot/image-builder-rpi) I use debootstrap to build debian images and as you may know, it isn't possible to pre-load a docker image with it. I believe that...

Hi there, would it be possible to execute a command after docker images are preloaded? I have some preloaded images which run with docker-compose, but I need a way to...