Changed isolinux vesamenu layout to support better multiiso layout
[grml-live.git] / templates / boot / isolinux / default.cfg
diff --git a/templates/boot/isolinux/default.cfg b/templates/boot/isolinux/default.cfg
new file mode 100644 (file)
index 0000000..e3d3e07
--- /dev/null
@@ -0,0 +1,14 @@
+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 
+
+  text help
+                                        Grml is a Debian based Linux live
+                                        system for system administrators
+                                        and users of text tools.
+
+                                                         http://grml.org/
+  endtext
+