X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fsyslinux.cfg;h=a17bf8c136a58d3e3621dfeeded326bb3dad6aa4;hp=b508be47a4218d1185e1604b90019d3b7918e5d1;hb=f4df7b052074c426861a7d9fe0a51bb1105bd7c9;hpb=0c1ca8beff577b5ec5287db7703439eceebf380d diff --git a/templates/boot/isolinux/syslinux.cfg b/templates/boot/isolinux/syslinux.cfg index b508be4..a17bf8c 100644 --- a/templates/boot/isolinux/syslinux.cfg +++ b/templates/boot/isolinux/syslinux.cfg @@ -115,8 +115,18 @@ MENU LABEL forensic KERNEL linux26 APPEND vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live -LABEL grub -MENU LABEL grub +LABEL grub2 +MENU LABEL GRUB2 +KERNEL /boot/addons/bsd4grml/ldbsd.com +APPEND echo Loading GRUB...`machine exec grub /boot/grub/core.img + +LABEL grub1 +MENU LABEL GRUB1 +KERNEL /boot/addons/bsd4grml/ldbsd.com +APPEND echo Loading GRUB...`machine exec grub /boot/grub/%GRUB_LEGACY% + +LABEL allinone +MENU LABEL All-in-One-Image KERNEL /boot/addons/memdisk APPEND initrd=/boot/addons/allinone.img @@ -137,7 +147,7 @@ APPEND pciids=/boot/addons/pci.ids LABEL serial MENU LABEL serial KERNEL linux26 -APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8 +APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce noquick console=tty1 console=ttyS0,9600n8 LABEL userdef MENU LABEL User defined