X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Faddons.cfg;h=6dde7b819830b335f1c2e313a5ebb4b40b635140;hb=7d0f02a634b69fc8f7bc33fb836e8780b72f6796;hp=22cd42b1ca7c435ffe1e9dcb45643339e4dc438a;hpb=eaf2c04c4f452a1eb84dfa95dc8cd1f7c036eacf;p=grml-live-grml.git diff --git a/templates/boot/isolinux/addons.cfg b/templates/boot/isolinux/addons.cfg index 22cd42b..6dde7b8 100644 --- a/templates/boot/isolinux/addons.cfg +++ b/templates/boot/isolinux/addons.cfg @@ -1,15 +1,39 @@ -# addons: +menu begin addons +menu title Addons + +label mainmenu +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 @@ -49,13 +73,16 @@ label hdt Tool. endtext -label hd - menu label Boot from H^ard Disk - localboot 0x80 +label exit +menu hide +kernel isolinux.bin - text help - Boot from first local hard disk - - if present and bootable. - endtext +label back +menu hide +kernel isolinux.bin -menu separator +label quit +menu hide +kernel isolinux.bin + +menu end