From: Thorsten Glaser Date: Sun, 15 Aug 2010 15:37:31 +0000 (+0000) Subject: correct a pasto X-Git-Tag: v0.9.29~7 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=601cc842b9755408681e0bf866c9e2d79340b600 correct a pasto Signed-off-by: Thorsten Glaser --- 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