dracut: update to 048.
This commit is contained in:
parent
78d80a6ab5
commit
3f5bb2c770
@ -1,11 +0,0 @@
|
|||||||
--- modules.d/99fs-lib/module-setup.sh.orig
|
|
||||||
+++ modules.d/99fs-lib/module-setup.sh
|
|
||||||
@@ -41,7 +41,7 @@
|
|
||||||
include_fs_helper_modules() {
|
|
||||||
local dev=$1 fs=$2
|
|
||||||
case "$fs" in
|
|
||||||
- xfs|btrfs)
|
|
||||||
+ xfs|btrfs|ext[234])
|
|
||||||
instmods crc32c
|
|
||||||
;;
|
|
||||||
f2fs)
|
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh
|
|
||||||
index 382f51a9..c995c2c5 100755
|
|
||||||
--- modules.d/50drm/module-setup.sh
|
|
||||||
+++ modules.d/50drm/module-setup.sh
|
|
||||||
@@ -40,6 +40,7 @@ installkernel() {
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
- dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm" "=drivers/staging"
|
|
||||||
+ dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm"
|
|
||||||
+ dracut_instmods -o -s "drm_crtc_init" "=drivers/staging"
|
|
||||||
fi
|
|
||||||
}
|
|
@ -1,22 +1,23 @@
|
|||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=047
|
version=048
|
||||||
revision=5
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
makedepends="libkmod-devel"
|
makedepends="libkmod-devel"
|
||||||
depends="bash coreutils cpio psmisc"
|
depends="bash coreutils cpio psmisc"
|
||||||
conf_files="/etc/dracut.conf"
|
conf_files="/etc/dracut.conf"
|
||||||
make_dirs="
|
|
||||||
/etc/dracut.conf.d 0755 root root
|
|
||||||
/usr/lib/dracut/dracut.conf.d 0755 root root"
|
|
||||||
homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html"
|
homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html"
|
||||||
short_desc="A new initramfs infrastructure"
|
short_desc="A new initramfs infrastructure"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/boot/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b0afd3bdd886b2f756743c91a00a155da9df0644625b1c565c3d5ef78cd76ab2
|
checksum=0750d6b71b7f95d8dfa338404372bfeb0e5c30e7fe2a21ba55c6dbf3dbcf6a79
|
||||||
|
|
||||||
|
make_dirs="
|
||||||
|
/etc/dracut.conf.d 0755 root root
|
||||||
|
/usr/lib/dracut/dracut.conf.d 0755 root root"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # Add musl-fts implementation
|
*-musl) # Add musl-fts implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user