X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fdefault.cfg;h=250f5e65705217040b3bc5ba57349a70ceb83141;hp=1256cdfb69025b38606f9280d20ea2c4e7f7fae9;hb=45f0dab664e555926ccd44128cd0714ea338c679;hpb=67ea98a3b63c9029bd7e1638cb7edb0bf3abd757 diff --git a/templates/boot/isolinux/default.cfg b/templates/boot/isolinux/default.cfg index 1256cdf..250f5e6 100644 --- a/templates/boot/isolinux/default.cfg +++ b/templates/boot/isolinux/default.cfg @@ -2,8 +2,8 @@ default grml label grml menu DEFAULT menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%) - kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 quiet nomce + kernel /boot/%SHORT_NAME%/vmlinuz + append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce text help Grml is a Debian based Linux live @@ -13,3 +13,21 @@ label grml http://grml.org/ endtext +# simple template markers so they can be replaced inline on the ISO +#### START_OF_MARKER #### +#001############################################################################################################################################################################################################################################################################################################################################################################################################ +#002############################################################################################################################################################################################################################################################################################################################################################################################################ +#003############################################################################################################################################################################################################################################################################################################################################################################################################ +#004############################################################################################################################################################################################################################################################################################################################################################################################################ +#005############################################################################################################################################################################################################################################################################################################################################################################################################ +#006############################################################################################################################################################################################################################################################################################################################################################################################################ +#007############################################################################################################################################################################################################################################################################################################################################################################################################ +#008############################################################################################################################################################################################################################################################################################################################################################################################################ +#009############################################################################################################################################################################################################################################################################################################################################################################################################ +#010############################################################################################################################################################################################################################################################################################################################################################################################################ +#011############################################################################################################################################################################################################################################################################################################################################################################################################ +#012############################################################################################################################################################################################################################################################################################################################################################################################################ +#013############################################################################################################################################################################################################################################################################################################################################################################################################ +#014############################################################################################################################################################################################################################################################################################################################################################################################################ +#015############################################################################################################################################################################################################################################################################################################################################################################################################ +#### END_OF_MARKER ####