[syslinux-iso] Change initramfs compression lzma -> xz
Needs mkinitcpio >= 0.6.9-1 (otherwise does not work with passed options to xz). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
d438c79a84
commit
a11bda752c
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ MODULES=""
|
|||
BINARIES=""
|
||||
FILES=""
|
||||
HOOKS="base udev memdisk archiso archiso_pxe_nbd archiso_loop_mnt pata scsi sata usb fw pcmcia filesystems usbinput"
|
||||
COMPRESSION="lzma"
|
||||
COMPRESSION="xz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue