templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
[grml-live.git] / templates / boot / isolinux / addons.cfg
index e297eba..6dde7b8 100644 (file)
@@ -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