x86: image: fix small disk space in squashfs overlay
authorPetr Štetiar <ynezz@true.cz>
Thu, 28 Mar 2019 15:05:25 +0000 (15:05 +0000)
committerPetr Štetiar <ynezz@true.cz>
Tue, 25 Jun 2019 14:12:22 +0000 (14:12 +0000)
commita17d9482f5e218da2c0bcaa41662f355ee32be07
tree518afe0f1b6eb14ce8db72d9eb2c147a1cf3b5fd
parent438a2c5f4a58019ffe97de9fa353cb5417930d25
x86: image: fix small disk space in squashfs overlay

Current squashfs snapshot images are improperly padded by just 128k,
which doesn't correspond with TARGET_ROOTFS_PARTSIZE=128 default config
option, leading to following:

 Filesystem                Size      Used Available Use% Mounted on
 /dev/root                 2.5M      2.5M         0 100% /rom
 /dev/loop0               85.0K      9.0K     71.0K  11% /overlay
 overlayfs:/overlay       85.0K      9.0K     71.0K  11% /

Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/x86/image/Makefile