Comment 35 for bug 33649

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

    This is the second revision of patch 2/2 for bug #33649, based on feedback from
    slangasek. He questioned the previous revision, where I was installing GRUB
    onto all devices of a RAID providing /boot, every time.

    This revision will:
     1) install to all devices, if the target on the command line is /dev/md*
     2) install only to a specific RAID member, if the device on the command
        line is an actively sync'd device in a RAID providing /boot
     3) Otherwise, the current behavior of grub-install operates as normal

https://code.launchpad.net/~kirkland/grub/33649b

    :-Dustin