Skip to content

Commit

Permalink
revert: "fix(rescue): make rescue always no-hostonly"
Browse files Browse the repository at this point in the history
This partly reverts commit 224c009.
  • Loading branch information
pvalena committed Jan 29, 2025
1 parent e00e602 commit c963d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.d/51-dracut-rescue.install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c963d9c

Please sign in to comment.