From c0da4d71c3f38133914dd14a6400c63ef7547421 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 03 Mar 2016 14:37:46 -0500 Subject: grub.cfg: don't use wildcards for lvm searches. This is too slow. --- (limited to 'resources/grub/config') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 094a0fa..06868c4 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -53,7 +53,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o # 1) raw devices and MBR/GPT partitions search_grub ahci # 2) LVM and RAID which might be used accross multiple devices - lvm="lvm/*" + 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" for vol in ${lvm} ${raid}; do try_user_config "(${vol})" -- cgit v0.9.1