dracut: use default initramfs compression in the kernel post-inst hook.
This commit is contained in:
parent
bddc094fa6
commit
352b53757c
|
@ -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 $?
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue