From 865ae7e55ec3a1f8e23ee84ee97acefa065ba251 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 28 Oct 2009 21:55:58 +0100 Subject: [PATCH 1/1] templates/boot/isolinux/default.cfg: always use string grml as label name --- templates/boot/isolinux/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot/isolinux/default.cfg b/templates/boot/isolinux/default.cfg index 15fb85d..f39fda4 100644 --- a/templates/boot/isolinux/default.cfg +++ b/templates/boot/isolinux/default.cfg @@ -1,4 +1,4 @@ -label %GRML_NAME% +label grml menu DEFAULT menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%) kernel /boot/%SHORT_NAME%/linux26 -- 2.1.4