Thomas Blume changed bug 936363
What Removed Added
CC   mgalbraith@suse.com, thomas.blume@suse.com
Flags   needinfo?(mgalbraith@suse.com)

Comment # 4 on bug 936363 from
Oops, in /usr/lib/dracut/modules.d/99kdump/module-setup.sh I find this:

-->--
    if dracut_module_included "systemd" ; then
        [ "$KDUMP_FADUMP" != yes ] && \
            rm -f
"${initdir}/$systemdutildir"/system-generators/dracut-rootfs-generator
--<--

Obviously it isn't a good idea to remove dracut-rootfs-generator if we want it
to exclusively do the initial mount (without systemd-fstab-generator).

Mike, could you do a test, commenting out this code, then regenerating the
kdump initrd and see wheter it works?


You are receiving this mail because: