Releases: nerves-project/erlinit
Releases · nerves-project/erlinit
v0.8.0
v0.7.3
- New features
- Run a program when the Erlang VM exits. For example, run
sh
so
that you can look around to gather debug information, or run
another program to revert to a known good image. - Run the Erlang VM with non-superuser privileges (
--uid
and--gid
options. Thanks to @ches for discussion on this topic.
- Run a program when the Erlang VM exits. For example, run
- Fixes
- Pass
-boot_var ERTS_LIB_DIR ...
toerlexec
for platforms using
the system libraries (Not Nerves). This is required for at least
the use oferlinit
in Yocto. Thanks to chrta for the fix.
- Pass
v0.7.2: * New features
- New features
- Print out the hostname on non-controlling terminals in case the
user can connect over the network - Support passing --mount multiple times for more than one mount
- Print out the hostname on non-controlling terminals in case the
v0.7.1
v0.7.0
- New features
- Added
--warn-unused-tty
to display warning when multiple tty's
are available, but only one is used. - Added long options to make config files easier to read
- Added
-H, --reboot-on-exit
to override a-h
that was specified in
theerlinit.config
file from the kernel cmdline
- Added