Re: [WIC] Grow last partition up to disk size
Mike Looijmans
On 30-04-2020 20:23, Khem Raj via lists.yoctoproject.org wrote:
Yes, a mounted ext4 partition can be resized. Some tools will try to keep you from doing that though, had to patch parted to stop whining about mounted partitions in "scripted" mode that to make it work though. https://github.com/topic-embedded-products/topic-platform/tree/zeus/meta-topic-platform/recipes-extended/parted Here's the recipe that re-partitions the SD or eMMC on first boot after programming a (small) wic image: https://github.com/topic-embedded-products/topic-platform/tree/zeus/meta-topic-platform/recipes-topic/expand-wic-partition |
|