templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
[grml-live.git] / templates / boot / isolinux / addons.cfg
index 0adbe0f..6dde7b8 100644 (file)
@@ -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
@@ -23,8 +47,7 @@ label dos
 
 label bsd
   menu label Run MirOS ^bsd4grml
-  kernel /boot/addons/memdisk
-  append initrd=/boot/addons/bsd4grml.iso
+  kernel /boot/addons/bsd4grml/ldbsd.com
 
   text help
                                         Boot a minimalistic BSD operating
@@ -50,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