X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fhidden.cfg;h=65b7a7a58937358f0535a96611be2b94b99029e6;hp=cd4d7e8b2e6e15bba9849186b6cb26ad89165fdf;hb=bce453262d0eb1edd54c834612ddfb7fe8bc7533;hpb=a80ccb71af7694a65280fe1f18c44da0ff637d42 diff --git a/templates/boot/isolinux/hidden.cfg b/templates/boot/isolinux/hidden.cfg index cd4d7e8..65b7a7a 100644 --- a/templates/boot/isolinux/hidden.cfg +++ b/templates/boot/isolinux/hidden.cfg @@ -1,52 +1,42 @@ label splash menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live splash nomce - -label grml2hd -menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% splash nomce label debian2hd menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=791 initrd=/boot/%GRML_NAME%/initrd.gz boot=live BOOT_IMAGE=debian2hd nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% BOOT_IMAGE=debian2hd nomce label debug menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=791 verbose debug=vc debug initrd=/boot/%GRML_NAME%/initrd.gz boot=live initcall_debug nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=791 verbose debug=vc initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% initcall_debug nomce label bootchart menu hide -kernel /boot/%GRML_NAME%/linux26 -append init=/sbin/bootchartd apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce - -label vmware -menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce - -label qemu -menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce qemu +kernel /boot/%SHORT_NAME%/vmlinuz +append init=/sbin/bootchartd apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label grmlx menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off startx=wm-ng vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off startx vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label nofb menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=normal video=ofonly quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=normal video=ofonly initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 cirrus.modeset=0 nomodeset + +label nokms +menu hide +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 cirrus.modeset=0 nomodeset nomce vga=791 -label linux26 +label vmlinuz menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label memtest menu hide @@ -55,28 +45,28 @@ append BOOT_IMAGE=memtest label fb1280x1024 menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=794 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=794 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label fb1024x768 menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label fb800x600 menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=788 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=788 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce label serial menu hide -kernel /boot/%GRML_NAME%/linux26 -append apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8 +kernel /boot/%SHORT_NAME%/vmlinuz +append apm=power-off vga=normal video=vesafb:off initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce console=tty1 console=ttyS0,9600n8 label userdef menu hide menu hide -kernel /boot/%GRML_NAME%/linux26 +kernel /boot/%SHORT_NAME%/vmlinuz append ############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### label hda