X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=ed91b04d8c3ba5928381f20ccc46dcdcb490e834;hb=3003b7474011c671267bbbc9d3d8a2d2edadbe6d;hp=ed04291f2acfcb26dc7a05676caccf34aad12e43;hpb=b18889f0d17b02be6477e18bdc6657f374d60631;p=grml-live.git diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index ed04291..ed91b04 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -1,20 +1,25 @@ 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 + loopback balder /boot/addons/balder10.imz + initrd16 (balder)+2880 } if [ ${iso_path} ] ; then