meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:yocto:issues:populatefs [2025/07/28 13:16] niziaksw:yocto:issues:populatefs [2025/08/13 07:54] (current) niziak
Line 35: Line 35:
     * ''du'' returns real disc usage (135649) (on compressed ZFS) instead of data size (250920).     * ''du'' returns real disc usage (135649) (on compressed ZFS) instead of data size (250920).
     * adding ''--apparent-size'' fixes the issue (''du_cmd = "du -bks %s --apparent-size" % rootfs_dir'')     * adding ''--apparent-size'' fixes the issue (''du_cmd = "du -bks %s --apparent-size" % rootfs_dir'')
 +    * Bug filled [[https://bugzilla.yoctoproject.org/show_bug.cgi?id=15951]]