Try to load regexp in grub.cfg
[grml-live.git] / 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