Skip to content

Commit

Permalink
dracut: depend on eudev and kmod
Browse files Browse the repository at this point in the history
- udev is required to find devices and activate corresponding script.
- kmod is required at least 3.7 in dracut-init.sh
  • Loading branch information
sgn authored and the-maldridge committed Nov 8, 2019
1 parent c70a6a8 commit 40b2359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/dracut/template
@@ -1,13 +1,13 @@
# Template file for 'dracut'
pkgname=dracut
version=049
revision=2
revision=3
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc"
conf_files="/etc/dracut.conf"
hostmakedepends="asciidoc pkg-config"
makedepends="libkmod-devel"
depends="bash coreutils cpio psmisc"
depends="bash coreutils cpio eudev gzip kmod>=3.7 kpartx psmisc util-linux"
short_desc="Low-level tool for generating an initramfs/initrd image"
maintainer="q66 <daniel@octaforge.org>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
Expand Down

0 comments on commit 40b2359

Please sign in to comment.