Revert "Update: preserve UltraHand .offload state (overlays/packages)"

This reverts commit e71fb13bfc.
This commit is contained in:
2026-03-05 17:24:37 +01:00
parent f943887b39
commit 586afc2f56
4 changed files with 3 additions and 165 deletions

View File

@@ -103,7 +103,7 @@ int update_mode_install(omninx_variant_t variant) {
if (res != FR_OK && res != FR_NO_FILE) return res;
s_printf(src_path, "%s/switch", staging);
res = folder_copy_switch_update_offload_aware(src_path, "sd:/", "switch/");
res = folder_copy_with_progress_v2(src_path, "sd:/", "switch/");
if (res != FR_OK && res != FR_NO_FILE) return res;
s_printf(src_path, "%s/warmboot_mariko", staging);