We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109c61 commit eb75861Copy full SHA for eb75861
modules.d/98dracut-systemd/rootfs-generator.sh
@@ -104,7 +104,7 @@ esac
104
GENERATOR_DIR="$1"
105
106
if [ "$rootok" = "1" ]; then
107
- generator_wait_for_dev "${root#block:}" "$RDRETRY"
+ generator_wait_for_dev "${root#block:}"
108
generator_fsck_after_pre_mount "${root#block:}"
109
strstr "$(cat /proc/cmdline)" 'root=' || generator_mount_rootfs "${root#block:}" "$(getarg rootfstype=)" "$(getarg rootflags=)"
110
fi
0 commit comments