dracut: Compress initramdisk with XZ

This commit is contained in:
Michael Tremer
2014-09-04 10:59:49 +02:00
parent a691d4b370
commit 1858753b23

View File

@@ -294,7 +294,7 @@ ifeq "$(MACHINE_TYPE)" "arm"
endif
# Create initramfs images
dracut --force --verbose --strip /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
dracut --force --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
ifeq "$(KCFG)" "-kirkwood"
cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-kirkwood.img uInit-ipfire-kirkwood