From: Ulrich Dangel Date: Mon, 19 Dec 2011 20:35:18 +0000 (+0100) Subject: Try to load regexp in grub.cfg X-Git-Tag: v0.17.1~17 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1c3ff786b59212c64e95103c0761f93e3aae4c8d Try to load regexp in grub.cfg --- 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