Comment 5 for bug 1318111

Revision history for this message
TJ (tj) wrote :

replace the content of /etc/default/grub.d/kexec-tools.cfg with:

KEXEC_TOAPPEND="crashkernel=384M-:128M"

case "$GRUB_CMDLINE_LINUX_DEFAULT" in
    *$KEXEC_TOAPPEND*)
        ;;
    *)
        GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT $KEXEC_TOAPPEND"
        ;;
esac