lorax/src
Brian C. Lane ba4218ea98 livemedia-creator: Make sure the rootfs.img can be compressed
Use 4k blocks for the ext4 filesystem. Run fsck on the filesystem to
make sure deleted blocks are actually zeroed, and pass -Xbcj to
mksquashfs.

4k blocks and -Xbcj decreases the size by 2-6% depending on the
filesystem size. Zeroing the blocks of the ext4 fs improves things
dramatically. The problem is that DNF downloads the rpms before
installing them. In addition to forcing us to use a larger filesystem
than we would like it leaves data that is difficult to compress on the
image. The downloaded files are removed, but need to be zeroed out so
that mksquashfs can compress it.
2016-01-13 08:09:01 -08:00
..
bin Update image-minimizer for py3 2015-05-15 17:11:20 -07:00
pylorax livemedia-creator: Make sure the rootfs.img can be compressed 2016-01-13 08:09:01 -08:00
sbin livemedia-creator: Make sure the rootfs.img can be compressed 2016-01-13 08:09:01 -08:00