Current section

Files

Jump to
nerves_system_linter rules init_none.ex
Raw

rules/init_none.ex

defmodule Nerves.System.Linter.Rule.InitNone do
use Nerves.System.Linter.Rule
ensure_bool "BR2_INIT_NONE", true
# Using systemd or busybox init isn't supported. Nerves expects to use
# erlinit.
evaluate()
end