board/common: new ifduown2 dhcp policy

Do not wait for dhclient to acquire first release, this will cause
unnecessary delays when booting, and not provide any real value in our
system.  Because we will never have any service that depends on a
network address being set when starting up, this is a feature that
Finit can provide for us as a condition when starting such services.

Also, never set global "README" in multiple policy files, this will
cause ifupdown2 to crash in horrific ways.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-01-03 17:11:02 +01:00
parent ef86cd23f4
commit 7e56dec874
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,5 @@
{
"dhcp": {
"defaults": { "dhcp-wait": "no" }
}
}
@@ -1,5 +1,4 @@
{
"README": "Default mgmt interface prefix is 'eth'",
"main": {
"module_globals": { "mgmt_intf_prefix": "mgmt" }
}