# swconfig # # Set environment variables for use by SD and by SD child processes # at the system startup. ######## ######## # SW_DEFERRED_KERNBLD # # TRUE: The system's kernel must be built as part of the startup. # That includes the system file extraction and possible stripping. # Once the kernel build succeeds, this variable needs to be unset. # # : Bypass all kernel build steps. # # Default value is unset. SW_DEFERRED_KERNBLD= ######## # SW_ENABLE_SWAGENTD # # 1: Enable the swagentd daemon. # # 0: Disable the swagentd daemon. # # Default value is 1. SW_ENABLE_SWAGENTD=1