From 200ee1236e3838928473589e4588b8223ce22d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E8=89=B2=E5=A4=A7=E9=AD=94=E7=8E=8B?= Date: Wed, 4 Jun 2025 10:25:55 +0800 Subject: [PATCH] Signed-off-by:high_level <352754628@qq.com> --- services/flashd/daemon/flashd_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/flashd/daemon/flashd_main.cpp b/services/flashd/daemon/flashd_main.cpp index e8091bc3..29dbddff 100644 --- a/services/flashd/daemon/flashd_main.cpp +++ b/services/flashd/daemon/flashd_main.cpp @@ -58,6 +58,7 @@ int FlashdMain(int argc, char **argv) Base::PrintMessage("Both TCP and USB are disable, default enable usb"); enableUsb = true; } + Utils::SetParameter("updater.flashd.configfs", "1"); HdcDaemon daemon(false); daemon.InitMod(enableTcp, enableUsb); #ifndef UPDATER_UT -- Gitee