dracut/0011-revert-fix-rescue-make-rescue-always-no-hostonly.patch

31 lines
1.0 KiB
Diff
Raw Normal View History

From ad4549b5e8fb66ee33126ba01bbb24f4801a3936 Mon Sep 17 00:00:00 2001
From: Pavel Valena <pvalena@redhat.com>
Date: Wed, 29 Jan 2025 20:25:03 +0100
Subject: [PATCH 11/13] revert: "fix(rescue): make rescue always no-hostonly"
This partly reverts commit 224c00914bfb4ba1dee48e094ebb137facfd5947.
Related: RHEL-65204
---
install.d/51-dracut-rescue.install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.d/51-dracut-rescue.install b/install.d/51-dracut-rescue.install
index decee283..1be9b882 100755
--- a/install.d/51-dracut-rescue.install
+++ b/install.d/51-dracut-rescue.install
@@ -119,8 +119,8 @@ case "$COMMAND" in
if [[ ! -f "$BOOT_DIR_ABS/$INITRD" ]]; then
# shellcheck disable=SC2046
- dracut -f \
- --add-confdir rescue \
+ dracut -f --no-hostonly --no-uefi \
+ -a "rescue" \
$([[ $KERNEL_INSTALL_VERBOSE == 1 ]] && echo --verbose) \
--kver "$KERNEL_VERSION" \
"$BOOT_DIR_ABS/$INITRD"
--
2.47.1