GitPedia
nerves-project-attic

nerves-project-attic/nerves_init_gadget

Simple initialization for devices running Nerves

10 Releases
Latest: 6y ago
v0.7.0Latest
fhunlethfhunleth·6y ago·August 8, 2019
GitHub

📋 Changes

  • New features
  • Include `nerves_time`. So many people were adding `nerves_time` to their
  • Bug fixes
  • It was possible for the SSH daemon to crash and not be restarted. The ssh
v0.6.0
fhunlethfhunleth·7y ago·January 18, 2019
GitHub

📋 Changes

  • Enhancements
  • Don't override IP address parameters if assigned in the `nerves_network`
  • Register DNS hosts to get the local and peer IP addresses on USB gadget mode
v0.5.2
fhunlethfhunleth·7y ago·October 24, 2018
GitHub

📋 Changes

  • Enhancements
  • Use `:dhcpd` instead of `:linklocal` for defaults.
  • Load `/etc/iex.exs` on ssh connections
v0.5.1
fhunlethfhunleth·7y ago·September 20, 2018
GitHub

📋 Changes

  • New features
  • SFTP support
v0.5.0
mobileoverlordmobileoverlord·7y ago·August 29, 2018
GitHub

📋 Changes

  • New features
  • When using Erlang distribution, the node's hostname can be set to the name
  • SSH console access is enabled by default now. Disable by setting
  • To address issues with link-local networking, it's now possible to run a
  • Bug fixes
  • Merge `default` configs from `nerves_network`. This fixes an issue where
v0.4.0
fhunlethfhunleth·8y ago·May 16, 2018
GitHub

📋 Changes

  • New features
  • Added support for `ssh`-ing to an IEx prompt. To use this, add:
  • Added an option for generating more unique mDNS names. If you specify
v0.3.0
fhunlethfhunleth·8y ago·March 16, 2018
GitHub

📋 Changes

  • New features
  • Pulled in project rename of bootloader to shoehorn. Be sure to update your
  • Add dependency on `ring_logger` and instructions for setting it up since it
  • Bug fixes
  • Removed many Elixir 1.5/1.6 warnings by updating dependencies
v0.2.1
fhunlethfhunleth·8y ago·March 16, 2018
GitHub

📋 Changes

  • Bug fixes
  • Work around a multicast registration issue on wireless links. This adds
v0.2.0
fhunlethfhunleth·8y ago·August 25, 2017
GitHub

📋 Changes

  • New features
  • Network interface, mDNS name, etc. are now configurable
  • Add support for automatically starting Erlang distribution. This is not
v0.1.0
fhunlethfhunleth·8y ago·August 5, 2017
GitHub

Initial release