Try to load regexp in grub.cfg
authorUlrich Dangel <mru@grml.org>
Mon, 19 Dec 2011 20:35:18 +0000 (21:35 +0100)
committerUlrich Dangel <mru@grml.org>
Mon, 19 Dec 2011 20:35:18 +0000 (21:35 +0100)
templates/boot/grub/grub.cfg

index ab2f64c..a606fe5 100644 (file)
@@ -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