From: Jo Zzsi Date: Tue, 13 May 2025 15:02:47 +0000 (-0400) Subject: revert(dracut.install): force hostonly for kernel-install plugin X-Git-Tag: 108~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663e720e76407cf10e4e5c8d834b292beba828fa;p=thirdparty%2Fdracut-ng.git revert(dracut.install): force hostonly for kernel-install plugin revert 17706f9 as now the default is hostonly. --- diff --git a/install.d/50-dracut.install b/install.d/50-dracut.install index 6019e8d81..14f877216 100755 --- a/install.d/50-dracut.install +++ b/install.d/50-dracut.install @@ -71,7 +71,6 @@ done # shellcheck disable=SC2046 dracut -f \ - --add-confdir hostonly \ ${noimageifnotneeded:+--noimageifnotneeded} \ $([[ $KERNEL_INSTALL_VERBOSE == 1 ]] && echo --verbose) \ $([[ -n $KERNEL_IMAGE ]] && echo --kernel-image "$KERNEL_IMAGE") \