]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
revert(dracut.install): force hostonly for kernel-install plugin
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 13 May 2025 15:02:47 +0000 (11:02 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 18 May 2025 10:40:18 +0000 (06:40 -0400)
revert 17706f9 as now the default is hostonly.

install.d/50-dracut.install

index 6019e8d8103eeccb02643dd07617221ade3751d8..14f87721641ee3d77a29cc6a1cb30d518187daa9 100755 (executable)
@@ -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") \