X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=a1221df128289c074a32c4e79474ee6f2759e4a5;hp=b25b1e1e482dcaea15f188dbf8f97416494f4571;hb=56dc49cc1e37841b4e43a52599eb51d94ab52bd8;hpb=a9f099a853e5c4c02cdb031ed43c9633a69b6c08 diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index b25b1e1..a1221df 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -1,18 +1,22 @@ submenu "Addons ->" --class=submenu { menuentry "Memory test (memtest86+)" { + insmod linux16 linux16 /boot/addons/memtest } menuentry "iPXE - boot via network/PXE" { + insmod linux16 linux16 /boot/addons/ipxe.lkrn } menuentry "GRUB - all in one image" { + insmod linux16 linux16 /boot/addons/memdisk initrd16 /boot/addons/allinone.img } menuentry "FreeDOS" { + insmod linux16 linux16 /boot/addons/memdisk initrd16 /boot/addons/balder10.imz } @@ -46,7 +50,7 @@ else module /boot/addons/bsd4grml/boot.5 boot.5 module /boot/addons/bsd4grml/boot.6 boot.6 module /boot/addons/bsd4grml/boot.cfg boot.cfg - module /boot/grub/core.img core.img + module /boot/grub/grub.img grub.img } fi