Generate static loopback.cfg configuration without depending on GRUB's regexp module
[grml-live.git] / templates / boot / grub / grub.cfg
1 ## grub2 configuration
2 source /boot/grub/header.cfg
3
4 insmod regexp
5
6 for config in /boot/grub/*_default.cfg ; do source "$config" ; done
7 for config in /boot/grub/*_options.cfg ; do source "$config" ; done
8 source /boot/grub/addons.cfg
9
10 source /boot/grub/footer.cfg
11 # EOF