mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
With the recent `if:<cond>` addition to Finit we can simplify a lot of the logic for disabling and enabling features in Infix. Standardizing on conditions that Finit provides. We create boot/netconf, boot/etc, and boot/profinet conditions early, after all filesystems have been mounted (and cleaned), so they are all set before Finit loads its configuration files in runlevel S. The default is still to boot into a managed NETCONF mode, since the end goal remains to integrate PROFINET as yet another service. The other mode, native /etc, should then be the only exception. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>