mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-28 03:14:22 +01:00
improve compression of the initramfs image (sysresccd.img)
This commit is contained in:
parent
4df6386059
commit
56024247dc
|
|
@ -2,3 +2,4 @@ MODULES=(fuse)
|
|||
BINARIES=(aq jq mount.ntfs)
|
||||
HOOKS=(base udev memdisk findroot archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block mdadm_udev modconf encrypt lvm2 filesystems keyboard)
|
||||
COMPRESSION="xz"
|
||||
COMPRESSION_OPTIONS="--threads=0 --lzma2=preset=9e,dict=128MiB --verbose"
|
||||
|
|
|
|||
Loading…
Reference in a new issue