]> git.ipfire.org Git - thirdparty/dracut.git/commit
99base: enable the initqueue in both 'dracut --add-device' and 'dracut --mount' cases.
authorLianbo Jiang <lijiang@redhat.com>
Mon, 13 May 2019 08:09:25 +0000 (16:09 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 19 Jul 2019 13:51:21 +0000 (15:51 +0200)
commit84c862d8f3993c93a3e90c70e7a05fdd8ca4a86f
tree90135296d98658f6d2015721154ad218f113ff4e
parent3e67623ab5dda41dd2660616681d976c75922877
99base: enable the initqueue in both 'dracut --add-device' and 'dracut --mount' cases.

The commit 9f3c31cd8d68 ("99base: enable initqueue if extra devices are added")
only covers 'dracut --add-device' case, but it did not cover 'dracut --mount'
case, which causes the kdump failure in the Amazon virtual machine.

Lets make sure that the initqueue is enabled in both cases in order to wake up
the device in time.

Reported-by: Xiao Liang <xiliang@redhat.com>
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
modules.d/99base/module-setup.sh