mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
dracut: depend on eudev and kmod
- udev is required to find devices and activate corresponding script. - kmod is required at least 3.7 in dracut-init.sh
This commit is contained in:
parent
c70a6a8ef2
commit
40b23590fd
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue