From fe926052441151722886edb5693a961342b3aa9e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 8 May 2025 11:12:34 +0100 Subject: also fix the other grub trees Signed-off-by: Leah Rowe --- config/grub/nvme/config/payload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/grub/nvme') diff --git a/config/grub/nvme/config/payload b/config/grub/nvme/config/payload index 22dd8fe1..4f3de36e 100644 --- a/config/grub/nvme/config/payload +++ b/config/grub/nvme/config/payload @@ -196,7 +196,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o # using * is slow on some machines, but we use it here, # just once. in so doing, we find every lvm volume for vol in (*); do - if regexp ^lvm/ $vol; then + if regexp ^\\(lvm/ $vol; then lvmvol="${lvmvol} ${vol}" try_bootcfg "${vol}" fi -- cgit v1.2.1