From 352b53757c3e8323fdbe9726562e613207abca2c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 15 Aug 2013 09:52:41 +0200 Subject: [PATCH] dracut: use default initramfs compression in the kernel post-inst hook. --- srcpkgs/dracut/files/kernel-hook-postinst | 2 +- srcpkgs/dracut/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dracut/files/kernel-hook-postinst b/srcpkgs/dracut/files/kernel-hook-postinst index fd41dadd538..2dd8c74c12b 100644 --- a/srcpkgs/dracut/files/kernel-hook-postinst +++ b/srcpkgs/dracut/files/kernel-hook-postinst @@ -11,5 +11,5 @@ if [ ! -x usr/bin/dracut ]; then exit 0 fi -dracut -q --xz --force boot/initramfs-${VERSION}.img ${VERSION} +dracut -q --force boot/initramfs-${VERSION}.img ${VERSION} exit $? diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 076c14649dd..ea88e8dcf59 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut version=031 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system" make_install_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"