Hi,
I am trying to remaster a Tiny Core Linux with Citrix Receiver to deploy from PXE to 600 users on their refurbished PCs.
Therefore, network usage is more important than processor usage, also their computers are not so old.
Size is so important that I need to use other compression algorithms better than gz.
I did this compression tests:
core.cpio 130,8Mb
core.gz 56.1Mb 42%
core.xz 44.1Mb 34%
core.zpaq 40,4Mb 31%
Of course, the ZPAQ algorithm took much longer to compress and decompress.
The thing is, how can I make it readable for the kernel?
Thanks,
Héctor