dracut: depend on cpio and xz, fixed post-install kernel hook.
This commit is contained in:
@@ -11,5 +11,5 @@ if [ ! -x /usr/bin/dracut ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
dracut --xz --force ${VERSION}
|
||||
dracut --xz --force /boot/initramfs-${VERSION}.img ${VERSION}
|
||||
exit $?
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=018
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
depends="busybox psmisc>=22.14_2"
|
||||
depends="busybox psmisc>=22.14_2 cpio xz"
|
||||
makedepends="libxslt docbook-xsl"
|
||||
conf_files="/etc/dracut.conf"
|
||||
make_dirs="/etc/dracut.conf.d 0755 root root"
|
||||
|
||||
Reference in New Issue
Block a user