X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=a606fe551c4f5bbe5fe3707601dd59173f7ec574;hp=ab2f64cf26528867cfe80de37d6eed5af9bc5e65;hb=1c3ff786b59212c64e95103c0761f93e3aae4c8d;hpb=9512656bf8801b49558d61a25b0c6576d4e6c934 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