]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: use "zstd -o" to preserve sparse images
authorYoann Congal <yoann.congal@smile.fr>
Wed, 6 Aug 2025 15:55:48 +0000 (17:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Aug 2025 09:43:42 +0000 (10:43 +0100)
commit27d156d85f13131ea4c5d766ddaa2d18b88d7577
treee4265848cb813b31eb6b5a2cce05c9f53d58ef15
parentdc674bf44fc757a4ffe7577a4d106ae729048013
runqemu: use "zstd -o" to preserve sparse images

wic images can be sparse. Using "zstd -o" preserves the sparse state of
the image and should decrease decompression time.

Suggested-by: Adrian Freihofer <adrian.freihofer@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu