commit: 2fef667543cf9485f90aa27715766e1ca304adde Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sun Nov 23 17:53:37 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Sun Nov 23 17:53:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fef6675
sys-kernel/dracut: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../dracut-107-hostonly-regression-fix-1322.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-kernel/dracut/files/dracut-107-hostonly-regression-fix-1322.patch b/sys-kernel/dracut/files/dracut-107-hostonly-regression-fix-1322.patch deleted file mode 100644 index a8134df240da..000000000000 --- a/sys-kernel/dracut/files/dracut-107-hostonly-regression-fix-1322.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/dracut-ng/dracut-ng/pull/1322 -diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh -index 840c4fd8a..df362ceff 100755 ---- a/modules.d/90kernel-modules/module-setup.sh -+++ b/modules.d/90kernel-modules/module-setup.sh -@@ -122,11 +122,11 @@ installkernel() { - - # if not on strict hostonly mode, install all known filesystems, - # if the required list is not set via the filesystems variable -- if [[ $hostonly_mode != "strict" ]]; then -- if [[ -z $filesystems ]]; then -- dracut_instmods -o -P ".*/(kernel/fs/nfs|kernel/fs/nfsd|kernel/fs/lockd)/.*" '=fs' -- fi -- elif [[ "${host_fs_types[*]}" ]]; then -+ if [[ $hostonly_mode != "strict" ]] && [[ -z $filesystems ]]; then -+ dracut_instmods -o -P ".*/(kernel/fs/nfs|kernel/fs/nfsd|kernel/fs/lockd)/.*" '=fs' -+ fi -+ -+ if [[ $hostonly ]] && [[ "${host_fs_types[*]}" ]]; then - hostonly='' instmods "${host_fs_types[@]}" - fi -
