Index: sources/ApplicationController.cpp =================================================================== diff -u -rc70ae33e19c08779ce89e2f1728f2d1af7b5c100 -rf8c7febe2e4131b8c7e68fd9849027ba8596dbc6 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision c70ae33e19c08779ce89e2f1728f2d1af7b5c100) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision f8c7febe2e4131b8c7e68fd9849027ba8596dbc6) @@ -674,11 +674,15 @@ /// in manufacturing or update mode the configurations must reside in /root/home /// therefore the settings can be initialized after POST. +#ifdef LEAHI_DIGI_BOARD + initSettings(); +#else #ifdef BUILD_FOR_DESKTOP initSettings(); #else if ( gEnableManufacturing || gEnableUpdating ) initSettings(); #endif +#endif } void ApplicationController::onQuitApplication()