Comment 6 for bug 1291434

Revision history for this message
Laurent Bonnaud (laurent-bonnaud) wrote :

In Ubuntu 15.10 /etc/default/grub.d/dmraid2mdadm.cfg now contains the following code:

DMRAID2MDADM_TOAPPEND="nomdmonddf nomdmonisw"

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

that prevents the options "nomdmonddf nomdmonisw" to be added several times.