Mirror the boot configuration to multiple partitions and install grub to the respective devices corresponding to those partitions.
Declarations
Type
list of (submodule)
Default
[ ]
Example
[
{
devices = [
"/dev/disk/by-id/wwn-0x500001234567890a"
];
path = "/boot1";
}
{
devices = [
"/dev/disk/by-id/wwn-0x500009876543210a"
];
path = "/boot2";
}
]