X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Faddons.cfg;h=6dde7b819830b335f1c2e313a5ebb4b40b635140;hp=e297eba326ef7c62c678b5a54002745eb85d772d;hb=7d0f02a63;hpb=b38bc143fc66786a80e97175fc460b777f68de80 diff --git a/templates/boot/isolinux/addons.cfg b/templates/boot/isolinux/addons.cfg index e297eba..6dde7b8 100644 --- a/templates/boot/isolinux/addons.cfg +++ b/templates/boot/isolinux/addons.cfg @@ -6,15 +6,34 @@ menu label ^Back to main menu... menu exit menu separator -label grub - menu label Run Bootloader ^Grub +label grub2 + menu label Run Bootloader Grub2 + kernel /boot/addons/bsd4grml/ldbsd.com + append echo Loading GRUB...`machine exec grub /boot/grub/core.img + + text help + Start Bootloader Grub (version 2). + endtext + +label grub1 + menu label Run Bootloader ^Grub-Legacy (version 1) + kernel /boot/addons/bsd4grml/ldbsd.com + append echo Loading GRUB...`machine exec grub /boot/grub/%GRUB_LEGACY% + + text help + Start Bootloader Grub (version 1). + endtext + +label allinone + menu label Run ^All-in-One-Image kernel /boot/addons/memdisk append initrd=/boot/addons/allinone.img text help - Start Bootloader Grub (allinone.img), - which supports booting from local disks, - booting via PXE,... + Start All-in-One-Image, being a special + version of Grub with an easy to use + interface for booting from local disks, + booting via PXE (with gPXE support),... endtext label dos