dracut: depend on cpio and xz, fixed post-install kernel hook.
This commit is contained in:
parent
01e87323c2
commit
b8a0bf4d8a
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue