Skip to content
Snippets Groups Projects
Commit 8cd04168 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

rsync: use inplace and delta transfer modes

This fixes the "No space left on device" error that occured when
updating large files (e.g. a squashfs) on the image partition file.
parent 4b24a4ee
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ $(strip $1): image_umount_if
)$(strip $1)__ignore_mount
endef
RSYNC=rsync -a
RSYNC=rsync -a --inplace --no-whole-file
LZMA_FLAGS=-T 0
define archdir =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment