Skip to content

Commit

Permalink
Fix webupd (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekateluv authored Nov 27, 2023
1 parent 768d0f1 commit 7a98c36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-utils (4.19.3) stable; urgency=medium

* Make tmpfs resize only in initramfs

-- Ekaterina Volkova <[email protected]> Mon, 27 Nov 2023 16:15:29 +0300

wb-utils (4.19.2) stable; urgency=medium

* Fix rootfs extending on 512M RAM
Expand Down
7 changes: 5 additions & 2 deletions utils/lib/wb-image-update/fit/install_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,11 @@ maybe_factory_reset() {
#---------------------------------------- main ----------------------------------------

prepare_env
extend_tmpfs_size
maybe_update_current_factory_tmpfs_size_fix

if flag_set from-initramfs; then
extend_tmpfs_size
maybe_update_current_factory_tmpfs_size_fix
fi

# --fail flag allows to simulate failed update for testing purposes
if flag_set fail; then
Expand Down

0 comments on commit 7a98c36

Please sign in to comment.