Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion srcpkgs/dracut/patches/revert-fw_devlink.patch
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ index 96bc2eb6..96644151 100644

static void item_free(char *i)
{
@@ -2148,168 +2145,7 @@ static bool check_module_path(const char *path)
@@ -2148,170 +2145,7 @@ static bool check_module_path(const char *path)
return true;
}

Expand Down Expand Up @@ -79,6 +79,8 @@ index 96bc2eb6..96644151 100644
-
- char alias[page_size()];
- ssize_t len = read(modalias_file, alias, sizeof(alias));
- if (len <= 0)
- return -1;
- alias[len - 1] = '\0';
-
- void *list;
Expand Down
8 changes: 3 additions & 5 deletions srcpkgs/dracut/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'dracut'
pkgname=dracut
version=109
version=112
revision=1
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc"
configure_args="--prefix=/usr --sysconfdir=/etc --enable-network-legacy"
conf_files="/etc/dracut.conf"
hostmakedepends="pkg-config ruby-asciidoctor"
makedepends="libkmod-devel"
Expand All @@ -14,7 +14,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://github.com/dracut-ng/dracut-ng/wiki"
changelog="https://raw.githubusercontent.com/dracut-ng/dracut-ng/master/NEWS.md"
distfiles="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${version}.tar.gz"
checksum=6f5b84c6db4381c5bca59c38b18613037c6aafd1aff8cadea22bb83fb8850bcf
checksum=839d21eb4bd27bb0ee40d74c9da46df088c2e1425fcd8c3ea62b7e3a3dd28a91
alternatives="
initramfs:/etc/kernel.d/post-install/20-initramfs:/usr/libexec/dracut/kernel-hook-postinst
initramfs:/etc/kernel.d/post-remove/20-initramfs:/usr/libexec/dracut/kernel-hook-postrm
Expand Down Expand Up @@ -42,9 +42,7 @@ post_install() {
vinstall ${FILESDIR}/kernel-hook-postinst 755 usr/libexec/dracut
vinstall ${FILESDIR}/kernel-hook-postrm 755 usr/libexec/dracut

rm ${DESTDIR}/usr/share/man/man8/*.service.*
rm -r ${DESTDIR}/usr/lib/kernel

}

dracut-network_package() {
Expand Down