isolinux.cfg template: fix typo in a comment
[grml-live.git] / templates / boot / isolinux / default.cfg
index e3d3e07..250f5e6 100644 (file)
@@ -1,8 +1,9 @@
+default grml
 label grml
   menu DEFAULT
-  menu label Grml ^Default Mode (%GRML_LONG_NAME% %VERSION%, %ARCH%)
-  kernel /boot/%GRML_NAME%/linux26
-  append apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce 
+  menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
+  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
@@ -12,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 ####