Skip to content

Commit ad4549b

Browse files
committed
revert: "fix(rescue): make rescue always no-hostonly"
This partly reverts commit 224c009. Related: RHEL-65204
1 parent 8f3b92d commit ad4549b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.d/51-dracut-rescue.install

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ case "$COMMAND" in
119119

120120
if [[ ! -f "$BOOT_DIR_ABS/$INITRD" ]]; then
121121
# shellcheck disable=SC2046
122-
dracut -f \
123-
--add-confdir rescue \
122+
dracut -f --no-hostonly --no-uefi \
123+
-a "rescue" \
124124
$([[ $KERNEL_INSTALL_VERBOSE == 1 ]] && echo --verbose) \
125125
--kver "$KERNEL_VERSION" \
126126
"$BOOT_DIR_ABS/$INITRD"

0 commit comments

Comments
 (0)