search for: strms

Displaying 3 results from an estimated 3 matches for "strms".

Did you mean: stems
2019 Jun 28
2
lpxelinux.0 problems with CentOS 7.6
...art/centos7-ks.cfg inst.gpt In the older thread, there was some talk of the increasing size of the initrd.img file possibly being an issue, but in my testing, the 7.5 initrd.img is larger than 7.6's but still boots fine # unxz -l /pool2/repo/centos/7.?.????/os/x86_64/images/pxeboot/initrd.img Strms Blocks Compressed Uncompressed Ratio Check Filename 1 1 46.2 MiB 130.1 MiB 0.355 CRC32 /pool2/repo/centos/7.4.1708/os/x86_64/images/pxeboot/initrd.img 1 1 50.4 MiB 133.6 MiB 0.377 CRC32 /pool2/repo/centos/7.5.1804/os/x86_64/images/pxeboot/initrd.img...
2018 Nov 21
3
[PATCH nbdkit v2 0/3] Rewrite xz plugin as a filter.
v2: - Fixes a number of bugs in corner cases. - Uses a 1M block size to fetch from the underlying plugin. This improves performance considerably. I also tested this much more thoroughly and can't find any more bugs. Rich.
2018 Nov 21
5
[PATCH nbdkit 0/2] Rewrite xz plugin as a filter.
Matt asked if xz should really be a filter rather than a plugin. The answer is yes, of course it should be! That's been something in the todo file for a while. The commit converts the xz plugin code into a filter (leaving the plugin around, but deprecating it). plugin: nbdkit xz file.xz filter: nbdkit --filter=xz file file.xz plugin: # can't be done filter: nbdkit