From 601cc842b9755408681e0bf866c9e2d79340b600 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sun, 15 Aug 2010 15:37:31 +0000 Subject: [PATCH] correct a pasto Signed-off-by: Thorsten Glaser --- grml2usb | 2 +- grml2usb-compat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grml2usb b/grml2usb index 490542f..8de8b25 100755 --- a/grml2usb +++ b/grml2usb @@ -1505,7 +1505,7 @@ def handle_grub2_config(grml_flavour, grub_target, bootopt): # grub2 config grub2_cfg = grub_target + 'grub.cfg' - logging.debug("Creating grub2 configuration file (grub.lst)") + logging.debug("Creating grub2 configuration file (grub.cfg)") global GRML_DEFAULT diff --git a/grml2usb-compat b/grml2usb-compat index 3f48ae0..77576e2 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -1322,7 +1322,7 @@ def handle_grub2_config(grml_flavour, grub_target, bootopt): # grub2 config grub2_cfg = grub_target + 'grub.cfg' - logging.debug("Creating grub2 configuration file (grub.lst)") + logging.debug("Creating grub2 configuration file (grub.cfg)") global GRML_DEFAULT -- 2.1.4