From 278362ead551ebc1ed767df2e0896b04b51242cd Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 03 Mar 2016 14:51:13 -0500 Subject: grub.cfg: fix wrong notation for RAID volumes --- (limited to 'resources/grub/config/menuentries/common.cfg') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index dc126ba..9a11981 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -54,7 +54,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o search_grub ahci # 2) LVM and RAID which might be used accross multiple devices lvm="lvm/matrix-rootvol lvm/matrix-boot" - raid="md0 md0,1 md0,2 md0,3 md0,4 md0,6 md0,7 md0,8 md0,9" + raid="md/0 md/1 md/2 md/3 md/3 md/4 md/5 md/6 md/7 md/8 md/9" for vol in ${lvm} ${raid}; do try_user_config "(${vol})" done -- cgit v0.9.1