mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
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>