From 1c3ff786b59212c64e95103c0761f93e3aae4c8d Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 19 Dec 2011 21:35:18 +0100 Subject: [PATCH 1/1] Try to load regexp in grub.cfg --- templates/boot/grub/grub.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index ab2f64c..a606fe5 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -26,6 +26,7 @@ if [ ${iso_path} ] ; then set loopback="findiso=${iso_path}" fi +insmod regexp for config in /boot/grub/*_default.cfg ; do source "$config" ; done for config in /boot/grub/*_options.cfg ; do source "$config" ; done -- 2.1.4