threefoldtech / zinit

A init replacement that feels like runit written in rust+tokio
Apache License 2.0
10 stars 1 forks source link

zinit problem on alpine #50

Closed robvanmieghem closed 1 year ago

robvanmieghem commented 1 year ago

it prints out an error:

zinit: ERROR (zinit::manager) failed to load /etc/environment file: No such file or directory (os error 2

It does continue afterwards so it's not blocking but it does not load the environment off course

muhamadazmy commented 1 year ago

I will change that to print a nice info that the env file is going to be skipped

muhamadazmy commented 1 year ago

Fixed by https://github.com/threefoldtech/zinit/commit/6edf2c585b3814edcf3faf6862a4d5a5dd563e01

(not released yet)